mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-02-17 16:28:41 +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')]
|
#[\PHPUnit\Framework\Attributes\Group('module')]
|
||||||
public function testCRUD() : void
|
public function testCRUD() : void
|
||||||
{
|
{
|
||||||
\Modules\Admin\tests\Helper::createAccounts(1);
|
\Modules\Admin\tests\Script::createAccounts(1);
|
||||||
|
|
||||||
$vote = new QAAnswerVote();
|
$vote = new QAAnswerVote();
|
||||||
$vote->answer = 1;
|
$vote->answer = 1;
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ final class QAQuestionVoteMapperTest extends \PHPUnit\Framework\TestCase
|
||||||
#[\PHPUnit\Framework\Attributes\Group('module')]
|
#[\PHPUnit\Framework\Attributes\Group('module')]
|
||||||
public function testCRUD() : void
|
public function testCRUD() : void
|
||||||
{
|
{
|
||||||
\Modules\Admin\tests\Helper::createAccounts(1);
|
\Modules\Admin\tests\Script::createAccounts(1);
|
||||||
|
|
||||||
$vote = new QAQuestionVote();
|
$vote = new QAQuestionVote();
|
||||||
$vote->question = 1;
|
$vote->question = 1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user