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();