diff --git a/tests/Controller/ApiControllerTest.php b/tests/Controller/ApiControllerTest.php index 99fec37..1feaa02 100755 --- a/tests/Controller/ApiControllerTest.php +++ b/tests/Controller/ApiControllerTest.php @@ -93,7 +93,7 @@ final class ApiControllerTest extends \PHPUnit\Framework\TestCase #[\PHPUnit\Framework\Attributes\Group('module')] public function testApiProfileCreate() : void { - \Modules\Admin\tests\Script::createAccounts(1); + \Modules\Admin\tests\Helper::createAccounts(1); $response = new HttpResponse(); $request = new HttpRequest();