| Total Complexity | 4 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class PasswordStrengthTest extends SapphireTest |
||
| 9 | { |
||
| 10 | public function testPasswordMinLength() |
||
| 11 | { |
||
| 12 | $passwordValidator = Member::password_validator(); |
||
| 13 | $this->assertGreaterThanOrEqual(10, $passwordValidator->getMinLength()); |
||
| 14 | } |
||
| 15 | |||
| 16 | public function testMinTestScore() |
||
| 20 | } |
||
| 21 | |||
| 22 | public function testHistoricCheckCount() |
||
| 26 | } |
||
| 27 | |||
| 28 | public function testTestNamesInclude() |
||
| 37 |