From 7ca77cde47f0fa68bf571614f950807c5821a685 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 18 May 2024 13:28:33 +0000 Subject: [PATCH] fix languages --- tests/Controller/ApiControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();