Passed
Pull Request — master (#334)
by Antoine
10:22
created
tests/Parser/WithStatementTest.php 1 patch
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -37,6 +37,4 @@
 block discarded – undo
37 37
 
38 38
         $this->assertEquals(<<<SQL
39 39
 SELECT * FROM categories
40
-SQL, $parser->statements[1]->build());
41
-    }
42
-}
40
+SQL, $parser->statements
43 41
\ No newline at end of file
Please login to merge, or discard this patch.