summaryrefslogtreecommitdiffstats
path: root/tests/Utils/FormatterTest.php
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/Utils/FormatterTest.php
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/Utils/FormatterTest.php')
-rw-r--r--tests/Utils/FormatterTest.php2
1 files changed, 1 insertions, 1 deletions
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
{