test fixes (NO_CI)

This commit is contained in:
Dennis Eichhorn 2023-09-25 01:12:31 +00:00
parent f3825bf0fd
commit 008f599aa3

View File

@ -23,5 +23,5 @@ final class AdminTest extends \PHPUnit\Framework\TestCase
protected const URI_LOAD = 'http://127.0.0.1/en/backend/kanban';
use \Build\Helper\ModuleTestTrait;
use \tests\Modules\ModuleTestTrait;
}