fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-24 17:57:28 +00:00
parent 5ad5bf3f1d
commit 37a8a111a7

View File

@ -23,5 +23,5 @@ final class AdminTest extends \PHPUnit\Framework\TestCase
protected const URI_LOAD = '';
use \Modules\tests\ModuleTestTrait;
use \Build\Helper\ModuleTestTrait;
}