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 0fccea303b
commit b1347ee10e
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ final class QAAnswerVoteMapperTest extends \PHPUnit\Framework\TestCase
#[\PHPUnit\Framework\Attributes\Group('module')]
public function testCRUD() : void
{
\Modules\Admin\tests\Helper::createAccounts(1);
\Modules\Admin\tests\Script::createAccounts(1);
$vote = new QAAnswerVote();
$vote->answer = 1;

View File

@ -28,7 +28,7 @@ final class QAQuestionVoteMapperTest extends \PHPUnit\Framework\TestCase
#[\PHPUnit\Framework\Attributes\Group('module')]
public function testCRUD() : void
{
\Modules\Admin\tests\Helper::createAccounts(1);
\Modules\Admin\tests\Script::createAccounts(1);
$vote = new QAQuestionVote();
$vote->question = 1;