summaryrefslogtreecommitdiff
path: root/Zend/tests/lsb_003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/lsb_003.phpt')
-rw-r--r--Zend/tests/lsb_003.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/tests/lsb_003.phpt b/Zend/tests/lsb_003.phpt
index a7a787e568..aa10071b5f 100644
--- a/Zend/tests/lsb_003.phpt
+++ b/Zend/tests/lsb_003.phpt
@@ -17,8 +17,6 @@ $childClass = ChildClass::createInstance();
echo get_class($testClass) . "\n";
echo get_class($childClass) . "\n";
?>
-==DONE==
--EXPECT--
TestClass
ChildClass
-==DONE==