diff --git a/tests/Models/ClientMapperTest.php b/tests/Models/ClientMapperTest.php index 014fc93..a96d208 100644 --- a/tests/Models/ClientMapperTest.php +++ b/tests/Models/ClientMapperTest.php @@ -26,6 +26,10 @@ use Modules\Profile\Models\ProfileMapper; */ class ClientMapperTest extends \PHPUnit\Framework\TestCase { + /** + * @covers Modules\ClientManagement\Models\ClientMapper + * @group module + */ public function testCR() : void { $client = new Client();