summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2008-12-03 20:30:44 +0000
committerJohannes Schlüter <johannes@php.net>2008-12-03 20:30:44 +0000
commitcf4a811b57763aa7eadd9af36bc26dad1da27d2a (patch)
tree66c134bfcbebe7ad2a734425265cf2c570b306ee
parentfe8d326d57ffe515b0b169de7bcf7403af6eae46 (diff)
downloadphp-git-cf4a811b57763aa7eadd9af36bc26dad1da27d2a.tar.gz
MFH One more cleanup after running tests
-rw-r--r--ext/standard/tests/array/array_count_values_variation.phpt6
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/standard/tests/array/array_count_values_variation.phpt b/ext/standard/tests/array/array_count_values_variation.phpt
index efd3c81cc2..89d7f37b1f 100644
--- a/ext/standard/tests/array/array_count_values_variation.phpt
+++ b/ext/standard/tests/array/array_count_values_variation.phpt
@@ -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