From 176db29f642c4d3b73f9b119b3b3008b8f054d62 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 8 Oct 2020 15:12:24 +0200 Subject: [PATCH] fix tests and replace file_exists --- tests/Models/ClientMapperTest.php | 4 ++++ 1 file changed, 4 insertions(+) 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();