diff options
Diffstat (limited to 'Zend/tests/get_defined_functions_basic.phpt')
-rw-r--r-- | Zend/tests/get_defined_functions_basic.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/tests/get_defined_functions_basic.phpt b/Zend/tests/get_defined_functions_basic.phpt index f782b90892..1ea5df7ec7 100644 --- a/Zend/tests/get_defined_functions_basic.phpt +++ b/Zend/tests/get_defined_functions_basic.phpt @@ -52,8 +52,6 @@ if (count($user) == 2 && in_array("foo", $user) && in_array("helloworld", $user) } ?> -===Done=== --EXPECT-- *** Testing get_defined_functions() : basic functionality *** TEST PASSED -===Done=== |