summaryrefslogtreecommitdiffstats
path: root/tests/Components/FunctionCallTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Components/FunctionCallTest.php')
-rw-r--r--tests/Components/FunctionCallTest.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/Components/FunctionCallTest.php b/tests/Components/FunctionCallTest.php
index fed3aa8..b8b485a 100644
--- a/tests/Components/FunctionCallTest.php
+++ b/tests/Components/FunctionCallTest.php
@@ -1,10 +1,10 @@
<?php
-namespace SqlParser\Tests\Components;
+namespace PhpMyAdmin\SqlParser\Tests\Components;
-use SqlParser\Components\ArrayObj;
-use SqlParser\Components\FunctionCall;
-use SqlParser\Tests\TestCase;
+use PhpMyAdmin\SqlParser\Components\ArrayObj;
+use PhpMyAdmin\SqlParser\Components\FunctionCall;
+use PhpMyAdmin\SqlParser\Tests\TestCase;
class FunctionCallTest extends TestCase
{