summaryrefslogtreecommitdiff
path: root/ext/spl/tests/observer_008.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/observer_008.phpt')
-rw-r--r--ext/spl/tests/observer_008.phpt3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/spl/tests/observer_008.phpt b/ext/spl/tests/observer_008.phpt
index 65f3e4da52..a584d5492c 100644
--- a/ext/spl/tests/observer_008.phpt
+++ b/ext/spl/tests/observer_008.phpt
@@ -26,10 +26,7 @@ var_dump($a->count());
$a->removeAll($b);
var_dump($a->count());
?>
-===DONE===
-<?php exit(0); ?>
--EXPECT--
int(3)
int(2)
int(1)
-===DONE===