summaryrefslogtreecommitdiff
path: root/ext/hash/tests/hash_pbkdf2_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hash/tests/hash_pbkdf2_error.phpt')
-rw-r--r--ext/hash/tests/hash_pbkdf2_error.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/hash/tests/hash_pbkdf2_error.phpt b/ext/hash/tests/hash_pbkdf2_error.phpt
index 4cb5ede00b..02d48f1ac6 100644
--- a/ext/hash/tests/hash_pbkdf2_error.phpt
+++ b/ext/hash/tests/hash_pbkdf2_error.phpt
@@ -53,7 +53,6 @@ catch (\Error $e) {
}
?>
-===Done===
--EXPECT--
*** Testing hash_pbkdf2() : error conditions ***
@@ -69,4 +68,3 @@ Iterations must be a positive integer: -1
-- Testing hash_pbkdf2() function with invalid length --
Length must be greater than or equal to 0: -1
-===Done===