summaryrefslogtreecommitdiffstats
path: root/tests/Components/CreateDefinitionTest.php
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-02-14 14:06:58 +0100
committerMichal Čihař <michal@cihar.com>2017-02-14 14:06:58 +0100
commitc978e9315e367585c1df8dc473fc04e60e12eb27 (patch)
treefe07e92d0b6d26bdabbda0ca38657d615a2e2e0a /tests/Components/CreateDefinitionTest.php
parent38d171695e9e62954eb363aefa823c33ad074a43 (diff)
parent802d17a88c3b86ccae5914dc0db83ac37b286d09 (diff)
downloadsql-parser-c978e9315e367585c1df8dc473fc04e60e12eb27.zip
sql-parser-c978e9315e367585c1df8dc473fc04e60e12eb27.tar.gz
sql-parser-c978e9315e367585c1df8dc473fc04e60e12eb27.tar.bz2
Merge branch 'master' of github.com:phpmyadmin/sql-parser
Diffstat (limited to 'tests/Components/CreateDefinitionTest.php')
-rw-r--r--tests/Components/CreateDefinitionTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Components/CreateDefinitionTest.php b/tests/Components/CreateDefinitionTest.php
index 361491a..eca7362 100644
--- a/tests/Components/CreateDefinitionTest.php
+++ b/tests/Components/CreateDefinitionTest.php
@@ -2,8 +2,8 @@
namespace PhpMyAdmin\SqlParser\Tests\Components;
-use PhpMyAdmin\SqlParser\Parser;
use PhpMyAdmin\SqlParser\Components\CreateDefinition;
+use PhpMyAdmin\SqlParser\Parser;
use PhpMyAdmin\SqlParser\Tests\TestCase;
class CreateDefinitionTest extends TestCase