From f29fd5b6e1b1a717880918dda0b323c80230e279 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Thu, 6 Mar 2014 02:57:50 +0200 Subject: [ci skip] Fix a test skip message --- tests/codeigniter/core/compat/hash_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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')); -- cgit v1.2.3-24-g4f1b