summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/codeigniter/core/compat/hash_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codeigniter/core/compat/hash_test.php b/tests/codeigniter/core/compat/hash_test.php
index 25bbd4eb1..45a5b393e 100644
--- a/tests/codeigniter/core/compat/hash_test.php
+++ b/tests/codeigniter/core/compat/hash_test.php
@@ -6,7 +6,7 @@ class hash_test extends CI_TestCase {
{
if (is_php('5.5'))
{
- return $this->markTestSkipped('ext/standard/password is available on PHP 5.5');
+ return $this->markTestSkipped('ext/hash is available on PHP 5.5');
}
$this->assertTrue(function_exists('hash_pbkdf2'));