summaryrefslogtreecommitdiff
path: root/ext/hash/tests/hash_file_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hash/tests/hash_file_error.phpt')
-rw-r--r--ext/hash/tests/hash_file_error.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/hash/tests/hash_file_error.phpt b/ext/hash/tests/hash_file_error.phpt
index b001001861..534d6a3f2c 100644
--- a/ext/hash/tests/hash_file_error.phpt
+++ b/ext/hash/tests/hash_file_error.phpt
@@ -25,7 +25,6 @@ echo "\n-- Testing hash_file() function with a non-existent file --\n";
var_dump( hash_file( 'md5', 'nonexistent.txt' ) );
?>
-===DONE===
--CLEAN--
<?php
@@ -45,4 +44,3 @@ bool(false)
Warning: hash_file(%s): failed to open stream: No such file or directory in %s on line %d
bool(false)
-===DONE===