@@ -13,12 +13,12 @@ |
||
13 | 13 | /** |
14 | 14 | * @expectedException CSFCloud\Exceptions\MissingServerKeyException |
15 | 15 | */ |
16 | - public function testMissingKeyException() { |
|
16 | + public function testMissingKeyException () { |
|
17 | 17 | $mgr = new KeyManager([]); |
18 | 18 | $mgr->GetServerKey(); |
19 | 19 | } |
20 | 20 | |
21 | - public function testExistingKey() { |
|
21 | + public function testExistingKey () { |
|
22 | 22 | $mgr = new KeyManager([ |
23 | 23 | "key" => "mykey" |
24 | 24 | ]); |