From 701d1ab0cc0c42035160a53dc97b513167a3e5cc Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Fri, 23 Feb 2018 16:23:55 +0100 Subject: [PATCH] Fix skip condition The test is not about mhash, but rather about hash. --- ext/hash/tests/hash_update_stream.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/hash/tests/hash_update_stream.phpt b/ext/hash/tests/hash_update_stream.phpt index 7a74313448..86d69b1f24 100644 --- a/ext/hash/tests/hash_update_stream.phpt +++ b/ext/hash/tests/hash_update_stream.phpt @@ -4,7 +4,7 @@ int hash_update_stream ( resource $context , resource $handle [, int $length = - marcosptf - - @phpsp - sao paulo - br --SKIPIF-- +if (!extension_loaded('hash')) die('skip hash extension not available'); ?> --FILE--