Passed
Pull Request — master (#376)
by
unknown
03:28
created
tests/Components/CreateDefinitionTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -158,6 +158,6 @@
 block discarded – undo
158 158
         $query = 'CREATE TABLE `user` ( `message2` TEXT COMPRESSED )';
159 159
         $parser = new Parser($query);
160 160
         $stmt = $parser->statements[0];
161
-        $this->assertEquals("CREATE TABLE `user` (\n  `message2` text COMPRESSED\n) ",$stmt->build());
161
+        $this->assertEquals("CREATE TABLE `user` (\n  `message2` text COMPRESSED\n) ", $stmt->build());
162 162
     }
163 163
 }
Please login to merge, or discard this patch.