fix languages
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 13:28:33 +00:00
parent 2f54bca593
commit 7ca77cde47

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\Script::createAccounts(1);
\Modules\Admin\tests\Helper::createAccounts(1);
$response = new HttpResponse();
$request = new HttpRequest();