fix
Some checks are pending
Image optimization / general_image_workflow (push) Waiting to run
CI / general_module_workflow_php (push) Waiting to run
CI / general_module_workflow_js (push) Waiting to run

This commit is contained in:
Dennis Eichhorn 2024-05-18 00:53:21 +00:00
parent b2f4d14eaf
commit abe0996cf3

View File

@ -93,7 +93,7 @@ final class ApiControllerTest extends \PHPUnit\Framework\TestCase
#[\PHPUnit\Framework\Attributes\Group('module')]
public function testApiProfileCreate() : void
{
\Modules\Admin\tests\Helper::createAccounts(1);
\Modules\Admin\tests\Script::createAccounts(1);
$response = new HttpResponse();
$request = new HttpRequest();