summaryrefslogtreecommitdiffstats
path: root/tests/Lexer/IsMethodsTest.php
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-01-23 13:09:31 +0100
committerMichal Čihař <michal@cihar.com>2017-01-23 13:09:31 +0100
commit428edcc891e802a1eb348ab9763f7b69bea99082 (patch)
tree605598cc102e8c6122703ad063b9e18fabb065ba /tests/Lexer/IsMethodsTest.php
parent65f66eb7b6ca98218184f3ab39f6d0de08d7e8d8 (diff)
downloadsql-parser-428edcc891e802a1eb348ab9763f7b69bea99082.zip
sql-parser-428edcc891e802a1eb348ab9763f7b69bea99082.tar.gz
sql-parser-428edcc891e802a1eb348ab9763f7b69bea99082.tar.bz2
Added PhpMyAdmin namespace prefix to follow PSR-4.
Fixes #126 Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'tests/Lexer/IsMethodsTest.php')
-rw-r--r--tests/Lexer/IsMethodsTest.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/Lexer/IsMethodsTest.php b/tests/Lexer/IsMethodsTest.php
index 44b5a8a..30b2f1b 100644
--- a/tests/Lexer/IsMethodsTest.php
+++ b/tests/Lexer/IsMethodsTest.php
@@ -1,10 +1,10 @@
<?php
-namespace SqlParser\Tests\Lexer;
+namespace PhpMyAdmin\SqlParser\Tests\Lexer;
-use SqlParser\Context;
-use SqlParser\Token;
-use SqlParser\Tests\TestCase;
+use PhpMyAdmin\SqlParser\Context;
+use PhpMyAdmin\SqlParser\Token;
+use PhpMyAdmin\SqlParser\Tests\TestCase;
class IsMethodsTest extends TestCase
{