summaryrefslogtreecommitdiff
path: root/ext/spl/tests/observer_002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/observer_002.phpt')
-rw-r--r--ext/spl/tests/observer_002.phpt3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/spl/tests/observer_002.phpt b/ext/spl/tests/observer_002.phpt
index 504e7ca3f3..3d5b31d483 100644
--- a/ext/spl/tests/observer_002.phpt
+++ b/ext/spl/tests/observer_002.phpt
@@ -137,8 +137,6 @@ var_dump($sub->count());
$sub->notify();
?>
-===DONE===
-<?php exit(0); ?>
--EXPECT--
bool(false)
$sub->SubjectImpl::attach($ob1);
@@ -196,4 +194,3 @@ MyObjectStorage::key(0)
$ob3->ObserverImpl::update($sub);
MyObjectStorage::next()
MyObjectStorage::valid(0)
-===DONE===