From 10c471a60bde89745e5e5528184386db4053b4b1 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Thu, 5 Mar 2015 00:51:05 +0000 Subject: [PATCH] Use a deprecated function that still exists. --- .../tests/ReflectionFunction_isDeprecated_basic.phpt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt b/ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt index 720ac95f4f..39323fd280 100644 --- a/ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt +++ b/ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt @@ -3,9 +3,15 @@ ReflectionFunction::isDeprecated --CREDITS-- Stefan Koopmanschap TestFest PHP|Tek +--SKIPIF-- + --FILE-- isDeprecated()); --EXPECTF-- bool(true) -- 2.50.1