summaryrefslogtreecommitdiffstats
path: root/tests/Components/LimitTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Components/LimitTest.php')
-rw-r--r--tests/Components/LimitTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Components/LimitTest.php b/tests/Components/LimitTest.php
index 466a199..e78f5ff 100644
--- a/tests/Components/LimitTest.php
+++ b/tests/Components/LimitTest.php
@@ -3,7 +3,6 @@
namespace PhpMyAdmin\SqlParser\Tests\Components;
use PhpMyAdmin\SqlParser\Components\Limit;
-use PhpMyAdmin\SqlParser\Parser;
use PhpMyAdmin\SqlParser\Tests\TestCase;
class LimitTest extends TestCase