diff options
Diffstat (limited to 'tests/Components/KeyTest.php')
-rw-r--r-- | tests/Components/KeyTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Components/KeyTest.php b/tests/Components/KeyTest.php index 741f10c..ed05288 100644 --- a/tests/Components/KeyTest.php +++ b/tests/Components/KeyTest.php @@ -2,8 +2,8 @@ namespace PhpMyAdmin\SqlParser\Tests\Components; -use PhpMyAdmin\SqlParser\Parser; use PhpMyAdmin\SqlParser\Components\Key; +use PhpMyAdmin\SqlParser\Parser; use PhpMyAdmin\SqlParser\Tests\TestCase; class KeyTest extends TestCase |