diff options
author | Michal Čihař <michal@cihar.com> | 2017-02-14 14:06:58 +0100 |
---|---|---|
committer | Michal Čihař <michal@cihar.com> | 2017-02-14 14:06:58 +0100 |
commit | c978e9315e367585c1df8dc473fc04e60e12eb27 (patch) | |
tree | fe07e92d0b6d26bdabbda0ca38657d615a2e2e0a /tests/Lexer | |
parent | 38d171695e9e62954eb363aefa823c33ad074a43 (diff) | |
parent | 802d17a88c3b86ccae5914dc0db83ac37b286d09 (diff) | |
download | sql-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/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 { |