Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
26 | public function valuesProvider(): array |
||
27 | { |
||
28 | $string = 'abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ'; |
||
29 | |||
30 | return [ |
||
31 | [$string, 128, 'zwBxoIOtPkc0nS4_vIltBw'], |
||
32 | [$string, 192, 'zwBxoIOtPkc0nS4_vIltB6DVBYCzNcN-'], |
||
33 | [$string, 256, 'zwBxoIOtPkc0nS4_vIltB6DVBYCzNcN-OX1Akb-OcTs'], |
||
34 | [$string, 384, 'zwBxoIOtPkc0nS4_vIltB6DVBYCzNcN-OX1Akb-OcTs'], |
||
35 | ]; |
||
38 |