summaryrefslogtreecommitdiffstats
path: root/tests/utils/MiscTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/utils/MiscTest.php')
-rw-r--r--tests/utils/MiscTest.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/utils/MiscTest.php b/tests/utils/MiscTest.php
index a1f5194..0b04d37 100644
--- a/tests/utils/MiscTest.php
+++ b/tests/utils/MiscTest.php
@@ -1,8 +1,12 @@
<?php
+namespace SqlParser\Tests\Utils;
+
use SqlParser\Parser;
use SqlParser\Utils\Misc;
+use SqlParser\Tests\TestCase;
+
class MiscTest extends TestCase
{
@@ -82,5 +86,4 @@ class MiscTest extends TestCase
),
);
}
-
}