summaryrefslogtreecommitdiff
path: root/tests/php/phpt/valueiterator/005.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/php/phpt/valueiterator/005.phpt')
-rw-r--r--tests/php/phpt/valueiterator/005.phpt19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/php/phpt/valueiterator/005.phpt b/tests/php/phpt/valueiterator/005.phpt
deleted file mode 100644
index f86845e..0000000
--- a/tests/php/phpt/valueiterator/005.phpt
+++ /dev/null
@@ -1,19 +0,0 @@
---TEST--
-Iterate itarable oblect
---DESCRIPTION--
-class impIterAggr1 implements IteratorAggregate
---SKIPIF--
-<?php if (!extension_loaded("extension_for_tests")) print "skip"; ?>
---FILEEOF--
-<?php
-require dirname(__FILE__) . '/../../include/valueiterator/1.php';
-
-$iag1 = new impIterAggr1;
-
-TestValueIterator\loopValue($iag1);
-
---EXPECT--
-Array/Object contains 0 items
-[cl0_float]=3.14
-[cl0_str1]=public str1
-~impIterAggr1 \ No newline at end of file