diff options
author | Tyson Andre <tysonandre775@hotmail.com> | 2020-05-28 12:53:12 -0400 |
---|---|---|
committer | Tyson Andre <tysonandre775@hotmail.com> | 2020-05-28 15:07:47 -0400 |
commit | 32a1ebbd43830937996116c73e39af4c4aa909d7 (patch) | |
tree | c546c976827e684f4faa7bb12321fcc0cacb8b70 /ext/json/tests/json_decode_exceptions.phpt | |
parent | 784f1b5c490fd99d286abf8ce5c673a8b92639a3 (diff) | |
download | php-git-32a1ebbd43830937996116c73e39af4c4aa909d7.tar.gz |
Clean up calls to extension_loaded('json') in tests
These are no longer needed after https://wiki.php.net/rfc/always_enable_json
Closes GH-5637
Diffstat (limited to 'ext/json/tests/json_decode_exceptions.phpt')
-rw-r--r-- | ext/json/tests/json_decode_exceptions.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/json/tests/json_decode_exceptions.phpt b/ext/json/tests/json_decode_exceptions.phpt index ba1b57f5be..7dc2e7408a 100644 --- a/ext/json/tests/json_decode_exceptions.phpt +++ b/ext/json/tests/json_decode_exceptions.phpt @@ -1,7 +1,5 @@ --TEST-- Test json_decode() function : JSON_THROW_ON_ERROR flag ---SKIPIF-- -<?php if(!extension_loaded('json')) die('skip json extension not loaded') ?> --FILE-- <?php |