summaryrefslogtreecommitdiffstats
path: root/tests/Utils/ErrorTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Utils/ErrorTest.php')
-rw-r--r--tests/Utils/ErrorTest.php2
1 files changed, 1 insertions, 1 deletions
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
{