diff options
Diffstat (limited to 'tests/Lexer')
-rw-r--r-- | tests/Lexer/IsMethodsTest.php | 2 | ||||
-rw-r--r-- | tests/Lexer/TokenTest.php | 2 | ||||
-rw-r--r-- | tests/Lexer/TokensListTest.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/Lexer/IsMethodsTest.php b/tests/Lexer/IsMethodsTest.php index 30b2f1b..192b194 100644 --- a/tests/Lexer/IsMethodsTest.php +++ b/tests/Lexer/IsMethodsTest.php @@ -3,8 +3,8 @@ namespace PhpMyAdmin\SqlParser\Tests\Lexer; use PhpMyAdmin\SqlParser\Context; -use PhpMyAdmin\SqlParser\Token; use PhpMyAdmin\SqlParser\Tests\TestCase; +use PhpMyAdmin\SqlParser\Token; class IsMethodsTest extends TestCase { diff --git a/tests/Lexer/TokenTest.php b/tests/Lexer/TokenTest.php index f468a85..1285da0 100644 --- a/tests/Lexer/TokenTest.php +++ b/tests/Lexer/TokenTest.php @@ -2,8 +2,8 @@ namespace PhpMyAdmin\SqlParser\Tests\Lexer; -use PhpMyAdmin\SqlParser\Token; use PhpMyAdmin\SqlParser\Tests\TestCase; +use PhpMyAdmin\SqlParser\Token; class TokenTest extends TestCase { 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 { |