summaryrefslogtreecommitdiffstats
path: root/tests/Parser/SelectStatementTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Parser/SelectStatementTest.php')
-rw-r--r--tests/Parser/SelectStatementTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Parser/SelectStatementTest.php b/tests/Parser/SelectStatementTest.php
index 8f6e4b0..19d3de4 100644
--- a/tests/Parser/SelectStatementTest.php
+++ b/tests/Parser/SelectStatementTest.php
@@ -2,8 +2,8 @@
namespace PhpMyAdmin\SqlParser\Tests\Parser;
-use PhpMyAdmin\SqlParser\Tests\TestCase;
use PhpMyAdmin\SqlParser\Parser;
+use PhpMyAdmin\SqlParser\Tests\TestCase;
class SelectStatementTest extends TestCase
{