]> granicus.if.org Git - php/commitdiff
MFH One more cleanup after running tests
authorJohannes Schlüter <johannes@php.net>
Wed, 3 Dec 2008 20:30:44 +0000 (20:30 +0000)
committerJohannes Schlüter <johannes@php.net>
Wed, 3 Dec 2008 20:30:44 +0000 (20:30 +0000)
ext/standard/tests/array/array_count_values_variation.phpt

index efd3c81cc23112a0168fdd3be9ad6aa2c9cd4f92..89d7f37b1fe1bb80ce847f5b367181b301161221 100644 (file)
@@ -33,6 +33,10 @@ echo "\n";
 echo "Done";
 ?>
 
+--CLEAN--
+<?php
+unlink("array_count_file");
+?>
 --EXPECTF--
 *** Testing array_count_values() : parameter variations ***
 array(3) {
@@ -44,4 +48,4 @@ array(3) {
   int(1)
 }
 
-Done
\ No newline at end of file
+Done