From a4262827ea23cf92c743d42399fbaca090015247 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 9 Mar 2015 12:27:06 +0100 Subject: [PATCH] Fix ReflectionFunction::isDeprecated() test We currently don't have deprecated functions ... so just switch this to testing a non-deprecated function. --- .../tests/ReflectionFunction_isDeprecated_basic.phpt | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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) -- 2.50.1