diff options
Diffstat (limited to 'tests/Utils')
-rw-r--r-- | tests/Utils/BufferedQueryTest.php | 2 | ||||
-rw-r--r-- | tests/Utils/ErrorTest.php | 2 | ||||
-rw-r--r-- | tests/Utils/FormatterTest.php | 2 | ||||
-rw-r--r-- | tests/Utils/MiscTest.php | 2 | ||||
-rw-r--r-- | tests/Utils/QueryTest.php | 2 | ||||
-rw-r--r-- | tests/Utils/RoutineTest.php | 2 | ||||
-rw-r--r-- | tests/Utils/TableTest.php | 2 | ||||
-rw-r--r-- | tests/Utils/TokensTest.php | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/tests/Utils/BufferedQueryTest.php b/tests/Utils/BufferedQueryTest.php index 5e48dbe..280a9be 100644 --- a/tests/Utils/BufferedQueryTest.php +++ b/tests/Utils/BufferedQueryTest.php @@ -2,8 +2,8 @@ namespace PhpMyAdmin\SqlParser\Tests\Utils; -use PhpMyAdmin\SqlParser\Utils\BufferedQuery; use PhpMyAdmin\SqlParser\Tests\TestCase; +use PhpMyAdmin\SqlParser\Utils\BufferedQuery; class BufferedQueryTest extends TestCase { diff --git a/tests/Utils/ErrorTest.php b/tests/Utils/ErrorTest.php index 0c218ae..7a62e46 100644 --- a/tests/Utils/ErrorTest.php +++ b/tests/Utils/ErrorTest.php @@ -4,8 +4,8 @@ namespace PhpMyAdmin\SqlParser\Tests\Utils; use PhpMyAdmin\SqlParser\Lexer; use PhpMyAdmin\SqlParser\Parser; -use PhpMyAdmin\SqlParser\Utils\Error; use PhpMyAdmin\SqlParser\Tests\TestCase; +use PhpMyAdmin\SqlParser\Utils\Error; class ErrorTest extends TestCase { diff --git a/tests/Utils/FormatterTest.php b/tests/Utils/FormatterTest.php index 4502bb6..861119e 100644 --- a/tests/Utils/FormatterTest.php +++ b/tests/Utils/FormatterTest.php @@ -2,8 +2,8 @@ namespace PhpMyAdmin\SqlParser\Tests\Utils; -use PhpMyAdmin\SqlParser\Utils\Formatter; use PhpMyAdmin\SqlParser\Tests\TestCase; +use PhpMyAdmin\SqlParser\Utils\Formatter; class FormatTest extends TestCase { diff --git a/tests/Utils/MiscTest.php b/tests/Utils/MiscTest.php index 1eb0c80..8f6f3a0 100644 --- a/tests/Utils/MiscTest.php +++ b/tests/Utils/MiscTest.php @@ -3,8 +3,8 @@ namespace PhpMyAdmin\SqlParser\Tests\Utils; use PhpMyAdmin\SqlParser\Parser; -use PhpMyAdmin\SqlParser\Utils\Misc; use PhpMyAdmin\SqlParser\Tests\TestCase; +use PhpMyAdmin\SqlParser\Utils\Misc; class MiscTest extends TestCase { diff --git a/tests/Utils/QueryTest.php b/tests/Utils/QueryTest.php index a942064..e608c80 100644 --- a/tests/Utils/QueryTest.php +++ b/tests/Utils/QueryTest.php @@ -3,8 +3,8 @@ namespace PhpMyAdmin\SqlParser\Tests\Utils; use PhpMyAdmin\SqlParser\Parser; -use PhpMyAdmin\SqlParser\Utils\Query; use PhpMyAdmin\SqlParser\Tests\TestCase; +use PhpMyAdmin\SqlParser\Utils\Query; class QueryTest extends TestCase { diff --git a/tests/Utils/RoutineTest.php b/tests/Utils/RoutineTest.php index ee47b97..7fa13bb 100644 --- a/tests/Utils/RoutineTest.php +++ b/tests/Utils/RoutineTest.php @@ -3,8 +3,8 @@ namespace PhpMyAdmin\SqlParser\Tests\Utils; use PhpMyAdmin\SqlParser\Parser; -use PhpMyAdmin\SqlParser\Utils\Routine; use PhpMyAdmin\SqlParser\Tests\TestCase; +use PhpMyAdmin\SqlParser\Utils\Routine; class RoutineTest extends TestCase { diff --git a/tests/Utils/TableTest.php b/tests/Utils/TableTest.php index bbd849d..c69647e 100644 --- a/tests/Utils/TableTest.php +++ b/tests/Utils/TableTest.php @@ -3,8 +3,8 @@ namespace PhpMyAdmin\SqlParser\Tests\Utils; use PhpMyAdmin\SqlParser\Parser; -use PhpMyAdmin\SqlParser\Utils\Table; use PhpMyAdmin\SqlParser\Tests\TestCase; +use PhpMyAdmin\SqlParser\Utils\Table; class TableTest extends TestCase { diff --git a/tests/Utils/TokensTest.php b/tests/Utils/TokensTest.php index 5ef7b37..5650296 100644 --- a/tests/Utils/TokensTest.php +++ b/tests/Utils/TokensTest.php @@ -2,9 +2,9 @@ namespace PhpMyAdmin\SqlParser\Tests\Utils; +use PhpMyAdmin\SqlParser\Tests\TestCase; use PhpMyAdmin\SqlParser\Token; use PhpMyAdmin\SqlParser\Utils\Tokens; -use PhpMyAdmin\SqlParser\Tests\TestCase; class TokensTest extends TestCase { |