summaryrefslogtreecommitdiff
path: root/ext/spl/tests/recursive_tree_iterator_004.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/recursive_tree_iterator_004.phpt')
-rw-r--r--ext/spl/tests/recursive_tree_iterator_004.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/spl/tests/recursive_tree_iterator_004.phpt b/ext/spl/tests/recursive_tree_iterator_004.phpt
index 9435db8bbd..47ba4e880e 100644
--- a/ext/spl/tests/recursive_tree_iterator_004.phpt
+++ b/ext/spl/tests/recursive_tree_iterator_004.phpt
@@ -29,7 +29,6 @@ foreach($it as $k => $v) {
echo '[' . $it->key() . '] => ' . $it->getPrefix() . $it->getEntry() . $it->getPostfix() . "\n";
}
?>
-===DONE===
--EXPECT--
[0] => |-Array
[0] => | |-a
@@ -40,4 +39,3 @@ foreach($it as $k => $v) {
[3] => \-Array
[0] => |-4
[1] => \-c
-===DONE===