We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c30266 commit 0a496e7Copy full SHA for 0a496e7
src/Symfony/Component/Security/Tests/Core/Encoder/BCryptPasswordEncoderTest.php
@@ -45,19 +45,13 @@ public function testCostInRange()
45
}
46
47
48
- /**
49
- * @requires PHP 5.3.7
50
- */
51
public function testResultLength()
52
{
53
$encoder = new BCryptPasswordEncoder(self::VALID_COST);
54
$result = $encoder->encodePassword(self::PASSWORD, null);
55
$this->assertEquals(60, strlen($result));
56
57
58
59
60
61
public function testValidation()
62
63
0 commit comments