summaryrefslogtreecommitdiffstats
path: root/tests/Components/FieldDefinitionTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Components/FieldDefinitionTest.php')
-rw-r--r--tests/Components/FieldDefinitionTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Components/FieldDefinitionTest.php b/tests/Components/FieldDefinitionTest.php
index 11cac32..967d37c 100644
--- a/tests/Components/FieldDefinitionTest.php
+++ b/tests/Components/FieldDefinitionTest.php
@@ -22,7 +22,8 @@ class FieldDefinitionTest extends TestCase
$this->assertEquals('FULLTEXT INDEX `indx` (`str`)', $component[1]);
}
- public function testBuild() {
+ public function testBuild()
+ {
$parser = new Parser(
'CREATE TABLE `payment` (' .
'-- snippet' . "\n" .