fix namespace

This commit is contained in:
Dennis Eichhorn 2020-03-14 14:27:06 +01:00
parent 6ebda31601
commit 600e176e44
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
*/
declare(strict_types=1);
namespace Modules\tests\Draw\Admin;
namespace Modules\Draw\tests\Admin;
/**
* @internal

View File

@ -12,7 +12,7 @@
*/
declare(strict_types=1);
namespace Modules\tests\Draw;
namespace Modules\Draw\tests;
require_once __DIR__ . '/../Autoloader.php';