From 600e176e44bfa689235a99c177ba75776e9c0eaf Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 14 Mar 2020 14:27:06 +0100 Subject: [PATCH] fix namespace --- tests/Admin/AdminTest.php | 2 +- tests/ControllerTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index 062c62f..e798523 100644 --- a/tests/Admin/AdminTest.php +++ b/tests/Admin/AdminTest.php @@ -12,7 +12,7 @@ */ declare(strict_types=1); -namespace Modules\tests\Draw\Admin; +namespace Modules\Draw\tests\Admin; /** * @internal diff --git a/tests/ControllerTest.php b/tests/ControllerTest.php index 37cc228..eff7027 100644 --- a/tests/ControllerTest.php +++ b/tests/ControllerTest.php @@ -12,7 +12,7 @@ */ declare(strict_types=1); -namespace Modules\tests\Draw; +namespace Modules\Draw\tests; require_once __DIR__ . '/../Autoloader.php';