summaryrefslogtreecommitdiffstats
path: root/tests/Lexer
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-02-14 14:06:58 +0100
committerMichal Čihař <michal@cihar.com>2017-02-14 14:06:58 +0100
commitc978e9315e367585c1df8dc473fc04e60e12eb27 (patch)
treefe07e92d0b6d26bdabbda0ca38657d615a2e2e0a /tests/Lexer
parent38d171695e9e62954eb363aefa823c33ad074a43 (diff)
parent802d17a88c3b86ccae5914dc0db83ac37b286d09 (diff)
downloadsql-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.php2
-rw-r--r--tests/Lexer/TokenTest.php2
-rw-r--r--tests/Lexer/TokensListTest.php2
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
{