mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-01-11 15:48:42 +00:00
fix
This commit is contained in:
parent
0fccea303b
commit
b1347ee10e
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user