| Total Complexity | 3 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class PBKDF2Test extends SapphireTest |
||
| 10 | { |
||
| 11 | public function testGetIterations() |
||
| 15 | } |
||
| 16 | |||
| 17 | public function testEncrypt() |
||
| 26 | ); |
||
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @expectedException Exception |
||
| 31 | * @expectedExceptionMessage Hash algorithm "foobar" not found |
||
| 32 | */ |
||
| 33 | public function testThrowsExceptionWhenInvalidAlgorithmIsProvided() |
||
| 38 |