diff options
author | Damian Dlugosz <bigfootdd@gmail.com> | 2017-02-12 15:25:50 +0100 |
---|---|---|
committer | Damian Dlugosz <bigfootdd@gmail.com> | 2017-02-12 15:25:50 +0100 |
commit | 557fa33ae37f8bfb95d6f415e0d4ad43cf20093e (patch) | |
tree | 07bfaa923268c96b52556ff513b604a619a74c04 /tests/Utils/QueryTest.php | |
parent | 677de552c8577b9eebc3f8393a25f07e4bed2f31 (diff) | |
download | sql-parser-557fa33ae37f8bfb95d6f415e0d4ad43cf20093e.zip sql-parser-557fa33ae37f8bfb95d6f415e0d4ad43cf20093e.tar.gz sql-parser-557fa33ae37f8bfb95d6f415e0d4ad43cf20093e.tar.bz2 |
Order imports
Diffstat (limited to 'tests/Utils/QueryTest.php')
-rw-r--r-- | tests/Utils/QueryTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Utils/QueryTest.php b/tests/Utils/QueryTest.php index a942064..e608c80 100644 --- a/tests/Utils/QueryTest.php +++ b/tests/Utils/QueryTest.php @@ -3,8 +3,8 @@ namespace PhpMyAdmin\SqlParser\Tests\Utils; use PhpMyAdmin\SqlParser\Parser; -use PhpMyAdmin\SqlParser\Utils\Query; use PhpMyAdmin\SqlParser\Tests\TestCase; +use PhpMyAdmin\SqlParser\Utils\Query; class QueryTest extends TestCase { |