summaryrefslogtreecommitdiffstats
path: root/tests/parser/ParserTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parser/ParserTest.php')
-rw-r--r--tests/parser/ParserTest.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/parser/ParserTest.php b/tests/parser/ParserTest.php
index 8a77086..dc3475b 100644
--- a/tests/parser/ParserTest.php
+++ b/tests/parser/ParserTest.php
@@ -1,11 +1,15 @@
<?php
+namespace SqlParser\Tests\Parser;
+
use SqlParser\Exceptions\ParserException;
use SqlParser\Lexer;
use SqlParser\Parser;
use SqlParser\Token;
use SqlParser\TokensList;
+use SqlParser\Tests\TestCase;
+
class ParserTest extends TestCase
{