summaryrefslogtreecommitdiffstats
path: root/tests/Lexer/TokensListTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Lexer/TokensListTest.php')
-rw-r--r--tests/Lexer/TokensListTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Lexer/TokensListTest.php b/tests/Lexer/TokensListTest.php
index 2401eb7..c379b0d 100644
--- a/tests/Lexer/TokensListTest.php
+++ b/tests/Lexer/TokensListTest.php
@@ -2,9 +2,9 @@
namespace PhpMyAdmin\SqlParser\Tests\Lexer;
+use PhpMyAdmin\SqlParser\Tests\TestCase;
use PhpMyAdmin\SqlParser\Token;
use PhpMyAdmin\SqlParser\TokensList;
-use PhpMyAdmin\SqlParser\Tests\TestCase;
class TokensListTest extends TestCase
{