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

index 488b04e57c1a60c97d2e8603c91986e2f0556802..2b2069e4f96b98b39fb670b069a57a99b61801f0 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