From e40a4a9f6dfd6d07a707e36bd1c497021e1c8370 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 9 Oct 2020 00:20:25 +0200 Subject: [PATCH] fix @covers --- tests/Models/3QAQuestionMapperTest.php | 4 ++++ tests/Models/4QAAnswerMapperTest.php | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/tests/Models/3QAQuestionMapperTest.php b/tests/Models/3QAQuestionMapperTest.php index 2f7cbb4..372d43a 100755 --- a/tests/Models/3QAQuestionMapperTest.php +++ b/tests/Models/3QAQuestionMapperTest.php @@ -26,6 +26,10 @@ use phpOMS\Utils\RnG\Text; */ class QAQuestionMapperTest extends \PHPUnit\Framework\TestCase { + /** + * @covers Modules\QA\Models\QAQuestionMapper + * @group module + */ public function testCRUD() : void { $question = new QAQuestion(); diff --git a/tests/Models/4QAAnswerMapperTest.php b/tests/Models/4QAAnswerMapperTest.php index 3c46870..9e9840a 100755 --- a/tests/Models/4QAAnswerMapperTest.php +++ b/tests/Models/4QAAnswerMapperTest.php @@ -26,6 +26,10 @@ use phpOMS\Utils\RnG\Text; */ class QAAnswerMapperTest extends \PHPUnit\Framework\TestCase { + /** + * @covers Modules\Organization\QA\QAAnswerMapper + * @group module + */ public function testCRUD() : void { $answer = new QAAnswer();