summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/012.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/012.phpt')
-rw-r--r--ext/reflection/tests/012.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/012.phpt b/ext/reflection/tests/012.phpt
index b8a2694004..24643450c1 100644
--- a/ext/reflection/tests/012.phpt
+++ b/ext/reflection/tests/012.phpt
@@ -11,6 +11,6 @@ $class = new ReflectionClass("Foo");
$props = $class->getDefaultProperties();
echo $props["test"];
?>
---EXPECT--
+--EXPECT--
ok