Total Complexity | 2 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class DerivedKeyTest extends TestCase |
||
11 | { |
||
12 | /** |
||
13 | * @dataProvider valuesProvider |
||
14 | * |
||
15 | * @param string $secret |
||
16 | * @param int $length |
||
17 | * @param string $expected |
||
18 | */ |
||
19 | public function testDerivedKey(string $secret, int $length, string $expected): void |
||
24 | } |
||
25 | |||
26 | public function valuesProvider(): array |
||
38 |