From: Nikita Popov Date: Mon, 9 Mar 2015 11:27:06 +0000 (+0100) Subject: Fix ReflectionFunction::isDeprecated() test X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~736 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4262827ea23cf92c743d42399fbaca090015247;p=php Fix ReflectionFunction::isDeprecated() test We currently don't have deprecated functions ... so just switch this to testing a non-deprecated function. --- diff --git a/ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt b/ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt index 39323fd280..7b37b939e4 100644 --- a/ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt +++ b/ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt @@ -3,15 +3,10 @@ ReflectionFunction::isDeprecated --CREDITS-- Stefan Koopmanschap TestFest PHP|Tek ---SKIPIF-- - --FILE-- isDeprecated()); --EXPECTF-- -bool(true) +bool(false)