From ba6a263cc5de310b6336c06f56d15baf89c4ca1c 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/L11nTagMapperTest.php | 4 ++++ tests/Models/L11nTagTest.php | 4 ++++ tests/Models/TagMapperTest.php | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/tests/Models/L11nTagMapperTest.php b/tests/Models/L11nTagMapperTest.php index 644d0ef..3cd724b 100644 --- a/tests/Models/L11nTagMapperTest.php +++ b/tests/Models/L11nTagMapperTest.php @@ -26,6 +26,10 @@ use phpOMS\Localization\ISO639x1Enum; */ class L11nTagMapperTest extends \PHPUnit\Framework\TestCase { + /** + * @covers Modules\Tag\Models\L11nTagMapper + * @group module + */ public function testCR() : void { $tag = new Tag(); diff --git a/tests/Models/L11nTagTest.php b/tests/Models/L11nTagTest.php index 2fde71b..60d9e02 100644 --- a/tests/Models/L11nTagTest.php +++ b/tests/Models/L11nTagTest.php @@ -22,6 +22,10 @@ use phpOMS\Localization\ISO639x1Enum; */ class L11nTagTest extends \PHPUnit\Framework\TestCase { + /** + * @covers Modules\Tag\Models\L11nTag + * @group module + */ public function testDefault() : void { $tag = new L11nTag(); diff --git a/tests/Models/TagMapperTest.php b/tests/Models/TagMapperTest.php index 821fb5c..5a7e383 100644 --- a/tests/Models/TagMapperTest.php +++ b/tests/Models/TagMapperTest.php @@ -23,6 +23,10 @@ use Modules\Tag\Models\TagType; */ class TagMapperTest extends \PHPUnit\Framework\TestCase { + /** + * @covers Modules\Tag\Models\TagMapper + * @group module + */ public function testCR() : void { $tag = new Tag();