summaryrefslogtreecommitdiff
path: root/ext/json/tests/json_decode_basic.phpt
diff options
context:
space:
mode:
authorTyson Andre <tysonandre775@hotmail.com>2020-05-28 12:53:12 -0400
committerTyson Andre <tysonandre775@hotmail.com>2020-05-28 15:07:47 -0400
commit32a1ebbd43830937996116c73e39af4c4aa909d7 (patch)
treec546c976827e684f4faa7bb12321fcc0cacb8b70 /ext/json/tests/json_decode_basic.phpt
parent784f1b5c490fd99d286abf8ce5c673a8b92639a3 (diff)
downloadphp-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_basic.phpt')
-rw-r--r--ext/json/tests/json_decode_basic.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/json/tests/json_decode_basic.phpt b/ext/json/tests/json_decode_basic.phpt
index 81501c1857..4e25391a9c 100644
--- a/ext/json/tests/json_decode_basic.phpt
+++ b/ext/json/tests/json_decode_basic.phpt
@@ -1,7 +1,5 @@
--TEST--
Test json_decode() function : basic functionality
---SKIPIF--
-<?php if (!extension_loaded("json")) print "skip"; ?>
--FILE--
<?php
echo "*** Testing json_decode() : basic functionality ***\n";