summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/ReflectionProperty_isDefault_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/ReflectionProperty_isDefault_basic.phpt')
-rw-r--r--ext/reflection/tests/ReflectionProperty_isDefault_basic.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/ReflectionProperty_isDefault_basic.phpt b/ext/reflection/tests/ReflectionProperty_isDefault_basic.phpt
index 22ee117cc8..2aa630d9d0 100644
--- a/ext/reflection/tests/ReflectionProperty_isDefault_basic.phpt
+++ b/ext/reflection/tests/ReflectionProperty_isDefault_basic.phpt
@@ -28,7 +28,7 @@ echo "Wrong number of params:\n";
$propInfo = new ReflectionProperty('TestClass', 'pub');
$propInfo->isDefault(1);
-?>
+?>
--EXPECTF--
**********************************
Reflecting on property TestClass::pub