From: Dmitry Stogov Date: Mon, 17 Mar 2014 13:55:51 +0000 (+0400) Subject: Fixed test (the expected output and master behavior are wrong) X-Git-Tag: POST_PHPNG_MERGE~412^2~289 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77f4c9411445343192d93bdca60b0e82ec0126a5;p=php Fixed test (the expected output and master behavior are wrong) --- 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"