From 0c33b75e4adf790066091f402d70272a80d0ce59 Mon Sep 17 00:00:00 2001 From: valmat Date: Thu, 27 Mar 2014 02:35:25 +0600 Subject: Minor changes to allow the use to tests and extension `.phpt-` --- tests/php/phpt/.gitignore | 7 +++++++ tests/php/phpt/valueiterator/006.phpt | 21 +++++++++++++++++++++ tests/php/phpt/valueiterator/006.phpt- | 21 --------------------- tests/test.sh | 14 ++++++++++++-- 4 files changed, 40 insertions(+), 23 deletions(-) create mode 100644 tests/php/phpt/valueiterator/006.phpt delete mode 100644 tests/php/phpt/valueiterator/006.phpt- (limited to 'tests') diff --git a/tests/php/phpt/.gitignore b/tests/php/phpt/.gitignore index e89581c..b583a44 100644 --- a/tests/php/phpt/.gitignore +++ b/tests/php/phpt/.gitignore @@ -5,3 +5,10 @@ *.php *.sh *.mem +*.phpt-diff +*.phpt-exp +*.phpt-log +*.phpt-out +*.phpt-php +*.phpt-sh +*.phpt-mem diff --git a/tests/php/phpt/valueiterator/006.phpt b/tests/php/phpt/valueiterator/006.phpt new file mode 100644 index 0000000..ea97c2b --- /dev/null +++ b/tests/php/phpt/valueiterator/006.phpt @@ -0,0 +1,21 @@ +--TEST-- +Iterate itarable oblect +--DESCRIPTION-- +class impIterAggr1 implements IteratorAggregate +--SKIPIF-- + +--FILEEOF-- + ---FILEEOF-- -