Passed
Push — master ( 646823...6ef306 )
by Bence
01:20
created
tests/KeyManagerTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,12 +13,12 @@
 block discarded – undo
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
         ]);
Please login to merge, or discard this patch.