diff options
author | Andrey Andreev <narf@devilix.net> | 2014-03-06 01:57:50 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-03-06 01:57:50 +0100 |
commit | f29fd5b6e1b1a717880918dda0b323c80230e279 (patch) | |
tree | ba7511bcc7f43878ffa8a5dca192eb464fdd2e6f /tests | |
parent | 8351404ee1698076192317fd39f093c1f52bf48f (diff) |
[ci skip] Fix a test skip message
Diffstat (limited to 'tests')
-rw-r--r-- | tests/codeigniter/core/compat/hash_test.php | 2 |
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')); |