| 1 | <?php |
||
| 9 | class EncryptionMnemonicTest extends AbstractTestCase |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @return array |
||
| 13 | */ |
||
| 14 | public function getConsistencyCheckVectors() |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @dataProvider getConsistencyCheckVectors |
||
| 23 | * @param BufferInterface $data |
||
| 24 | * @param $mnemonic |
||
| 25 | */ |
||
| 26 | public function testConsistency(BufferInterface $data, $mnemonic) |
||
| 31 | } |
||
| 32 |