summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2014-03-17 17:55:51 +0400
committerDmitry Stogov <dmitry@zend.com>2014-03-17 17:55:51 +0400
commit77f4c9411445343192d93bdca60b0e82ec0126a5 (patch)
treeda020b4c74dffdf953678284b942e1956714c43f
parent355b136466ae41eccd25e5a4f1ce16be9c9b9fd9 (diff)
downloadphp-git-77f4c9411445343192d93bdca60b0e82ec0126a5.tar.gz
Fixed test (the expected output and master behavior are wrong)
-rw-r--r--ext/reflection/tests/ReflectionProperty_setAccessible.phpt2
1 files changed, 1 insertions, 1 deletions
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"