Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/ContainerTest.php')
-rw-r--r--tests/Unit/ContainerTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Unit/ContainerTest.php b/tests/Unit/ContainerTest.php
index c23af327..e64cda8e 100644
--- a/tests/Unit/ContainerTest.php
+++ b/tests/Unit/ContainerTest.php
@@ -6,8 +6,8 @@
namespace Tests\Unit;
-use PHPPgAdmin\ContainerUtils;
-use PHPPgAdmin\Misc;
+use PHPPgAdmin\Core\ContainerUtils;
+use PHPPgAdmin\Core\Misc;
use Psr\Container\ContainerInterface;
use Slim\Views\Twig;