1 | <?php |
||
19 | class AlgorithmsTest extends TestCase |
||
20 | { |
||
21 | public function testGetMnemonic(): void |
||
25 | |||
26 | /** |
||
27 | * @throws \InvalidArgumentException |
||
28 | */ |
||
29 | public function testGetMnemonicThrowsExceptionOnInvalidAlgorithm(): void |
||
35 | |||
36 | /** |
||
37 | * @throws \InvalidArgumentException |
||
38 | */ |
||
39 | public function testGetAlgorithmValueThrowsExceptionOnInvalidMnemonic(): void |
||
45 | } |
||
46 |