From a6c07ae0d31e184fedac30529ce2bef4c9c7d209 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Wed, 7 Sep 2011 12:05:19 +0000 Subject: [PATCH] Fix cleanup routines --- ext/spl/tests/SplFileInfo_getGroup_basic.phpt | 4 ++-- ext/spl/tests/SplFileInfo_getOwner_basic.phpt | 4 ++-- ext/zip/tests/bug53885.phpt | 5 +++++ 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ext/spl/tests/SplFileInfo_getGroup_basic.phpt b/ext/spl/tests/SplFileInfo_getGroup_basic.phpt index c5808c57d9e..d2799356370 100644 --- a/ext/spl/tests/SplFileInfo_getGroup_basic.phpt +++ b/ext/spl/tests/SplFileInfo_getGroup_basic.phpt @@ -10,7 +10,7 @@ Jacopo Romei #Test Fest Cesena (Italy) on 2009-06-20 --FILE-- --CLEAN-- --EXPECTF-- diff --git a/ext/spl/tests/SplFileInfo_getOwner_basic.phpt b/ext/spl/tests/SplFileInfo_getOwner_basic.phpt index 790dcc69ba0..3df8e4858b1 100644 --- a/ext/spl/tests/SplFileInfo_getOwner_basic.phpt +++ b/ext/spl/tests/SplFileInfo_getOwner_basic.phpt @@ -10,7 +10,7 @@ Jacopo Romei #Test Fest Cesena (Italy) on 2009-06-20 --FILE-- --CLEAN-- --EXPECTF-- diff --git a/ext/zip/tests/bug53885.phpt b/ext/zip/tests/bug53885.phpt index d59bf8f0341..1b3fcb9e4bc 100644 --- a/ext/zip/tests/bug53885.phpt +++ b/ext/zip/tests/bug53885.phpt @@ -15,5 +15,10 @@ $nx->locateName("a",ZIPARCHIVE::FL_UNCHANGED); $nx->statName("a",ZIPARCHIVE::FL_UNCHANGED); ?> ==DONE== +--CLEAN-- + --EXPECTF-- ==DONE==