1 | <?php |
||
11 | class KeyManagerTest extends TestCase |
||
12 | { |
||
13 | public function testCanGetInstance() |
||
17 | |||
18 | public function testCanSetContentAndGetAfterwards() |
||
27 | |||
28 | public function testCanSetPassphraseAndGetAfterwards() |
||
37 | |||
38 | /** |
||
39 | * @expectedException \InvalidArgumentException |
||
40 | */ |
||
41 | public function testCanRaiseExceptionWhenSetContentFromNonexistedFile() |
||
46 | } |
||
47 |