summaryrefslogtreecommitdiffstats
path: root/tests/utils/MiscTest.php
diff options
context:
space:
mode:
authorDan Ungureanu <udan1107@gmail.com>2015-06-13 15:19:31 +0300
committerDan Ungureanu <udan1107@gmail.com>2015-06-13 15:19:31 +0300
commit7ad9549468007c37c0eddda0cd969c648aa779a1 (patch)
tree3e434aab902b0b4df7f023f49e7dac1840b88350 /tests/utils/MiscTest.php
parent175c41608e2cc586c5cf603ed2cb0d307ad632ad (diff)
downloadsql-parser-7ad9549468007c37c0eddda0cd969c648aa779a1.zip
sql-parser-7ad9549468007c37c0eddda0cd969c648aa779a1.tar.gz
sql-parser-7ad9549468007c37c0eddda0cd969c648aa779a1.tar.bz2
Follow the PSR2 standard.
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
),
);
}
-
}