fix @covers

This commit is contained in:
Dennis Eichhorn 2020-10-09 00:20:25 +02:00
parent d0d5dd9acc
commit e40a4a9f6d
2 changed files with 8 additions and 0 deletions

View File

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

View File

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