diff options
Diffstat (limited to 'tests/Utils/MiscTest.php')
-rw-r--r-- | tests/Utils/MiscTest.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Utils/MiscTest.php b/tests/Utils/MiscTest.php index 8c8e093..c6b03a2 100644 --- a/tests/Utils/MiscTest.php +++ b/tests/Utils/MiscTest.php @@ -3,13 +3,14 @@ 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 { /** * @dataProvider getAliasesProvider + * * @param mixed $query * @param mixed $db */ |