test fixes (NO_CI)

This commit is contained in:
Dennis Eichhorn 2023-09-25 01:12:31 +00:00
parent 6bf7a4bc0e
commit 29ddd03c09

View File

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