summaryrefslogtreecommitdiff
path: root/ext/hash
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2018-02-03 13:51:22 -0200
committerNikita Popov <nikita.ppv@gmail.com>2018-02-04 16:58:54 +0100
commit9a4cc52c23bfe2c11f29b578c4d5e324e0fe9b0c (patch)
treeb6fbbf729b2534b2170019ffe4326025f1478e91 /ext/hash
parent84488d921b5e01729be4f70f8eba8d52ca0209d2 (diff)
downloadphp-git-9a4cc52c23bfe2c11f29b578c4d5e324e0fe9b0c.tar.gz
Remove superfluous PHP version check in tests
Also remove tests that target only old PHP versions.
Diffstat (limited to 'ext/hash')
-rw-r--r--ext/hash/tests/hash_update_stream.phpt3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/hash/tests/hash_update_stream.phpt b/ext/hash/tests/hash_update_stream.phpt
index b628b9c912..7a74313448 100644
--- a/ext/hash/tests/hash_update_stream.phpt
+++ b/ext/hash/tests/hash_update_stream.phpt
@@ -4,9 +4,6 @@ int hash_update_stream ( resource $context , resource $handle [, int $length = -
marcosptf - <marcosptf@yahoo.com.br> - @phpsp - sao paulo - br
--SKIPIF--
<?php
-if (phpversion() < "5.3.0") {
- die('SKIP php version so lower.');
-}
require_once(dirname(__FILE__) . '/skip_mhash.inc'); ?>
?>
--FILE--