Skip to content

Commit

Permalink
Merge branch 'bcrypt-errors' of https://github.com/ircmaxell/zf2 into…
Browse files Browse the repository at this point in the history
… ircmaxell-bcrypt-errors
  • Loading branch information
ezimuel committed Jun 10, 2013
2 parents 716239f + 2852637 commit e30853c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ZendTest/Crypt/Password/BcryptTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public function testVerifyFailureVersion()
);
$this->bcrypt->verify('test', $hash);
} else {
$this->skip('Test requires PHP which does not support $2y hashes (<5.3.7)');
$this->markTestSkipped('Test requires PHP which does not support $2y hashes (<5.3.7)');
}
}

Expand Down

0 comments on commit e30853c

Please sign in to comment.