Completed
Pull Request — master (#20)
by Scott
01:51
created
tests/Outputs/PhpcsTest.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -17,8 +17,8 @@  discard block
 block discarded – undo
17 17
         $this->assertJsonStringEqualsJsonString($expected, $report);
18 18
     }
19 19
 
20
-   public function testFailedOutput()
21
-   {
20
+    public function testFailedOutput()
21
+    {
22 22
         $output = new Phpcs();
23 23
         ob_start();
24 24
         $output->output($this->getFailing(), 80, 100);
@@ -59,6 +59,6 @@  discard block
 block discarded – undo
59 59
                 },
60 60
             "totals":{"errors":2,"fixable":0,"warnings":0}}';
61 61
         $this->assertJsonStringEqualsJsonString($expected, $report);
62
-   }
62
+    }
63 63
 
64 64
 }
Please login to merge, or discard this patch.