File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
src/Symfony/Component/Security/Core/Tests/Encoder Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -45,19 +45,13 @@ public function testCostInRange()
45
45
}
46
46
}
47
47
48
- /**
49
- * @requires PHP 5.3.7
50
- */
51
48
public function testResultLength ()
52
49
{
53
50
$ encoder = new BCryptPasswordEncoder (self ::VALID_COST );
54
51
$ result = $ encoder ->encodePassword (self ::PASSWORD , null );
55
52
$ this ->assertEquals (60 , strlen ($ result ));
56
53
}
57
54
58
- /**
59
- * @requires PHP 5.3.7
60
- */
61
55
public function testValidation ()
62
56
{
63
57
$ encoder = new BCryptPasswordEncoder (self ::VALID_COST );
@@ -76,9 +70,6 @@ public function testEncodePasswordLength()
76
70
$ encoder ->encodePassword (str_repeat ('a ' , 73 ), 'salt ' );
77
71
}
78
72
79
- /**
80
- * @requires PHP 5.3.7
81
- */
82
73
public function testCheckPasswordLength ()
83
74
{
84
75
$ encoder = new BCryptPasswordEncoder (self ::VALID_COST );
You can’t perform that action at this time.
0 commit comments