mirror of
https://github.com/php/php-src.git
synced 2025-01-23 20:23:31 +08:00
MFH One more cleanup after running tests
This commit is contained in:
parent
fe8d326d57
commit
cf4a811b57
@ -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
|
||||
Done
|
||||
|
Loading…
Reference in New Issue
Block a user