diff options
Diffstat (limited to 'ext/json/tests/json_encode_basic.phpt')
-rw-r--r-- | ext/json/tests/json_encode_basic.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/json/tests/json_encode_basic.phpt b/ext/json/tests/json_encode_basic.phpt index d351765c0a..b8c2e328d9 100644 --- a/ext/json/tests/json_encode_basic.phpt +++ b/ext/json/tests/json_encode_basic.phpt @@ -1,7 +1,5 @@ --TEST-- Test json_encode() function : basic functionality ---SKIPIF-- -<?php if (!extension_loaded("json")) print "skip"; ?> --FILE-- <?php echo "*** Testing json_encode() : basic functionality ***\n"; |