From 77f4c9411445343192d93bdca60b0e82ec0126a5 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 17 Mar 2014 17:55:51 +0400 Subject: [PATCH] Fixed test (the expected output and master behavior are wrong) --- ext/reflection/tests/ReflectionProperty_setAccessible.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/reflection/tests/ReflectionProperty_setAccessible.phpt b/ext/reflection/tests/ReflectionProperty_setAccessible.phpt index cc184c1920..1e829b3a6c 100644 --- a/ext/reflection/tests/ReflectionProperty_setAccessible.phpt +++ b/ext/reflection/tests/ReflectionProperty_setAccessible.phpt @@ -132,7 +132,7 @@ string(44) "Cannot access non-public member B::protected" string(50) "Cannot access non-public member B::protectedStatic" string(42) "Cannot access non-public member A::private" string(1) "a" -string(1) "f" +string(1) "b" string(1) "c" string(1) "e" string(1) "f" -- 2.50.1