fix tests and replace file_exists

This commit is contained in:
Dennis Eichhorn 2020-10-08 15:12:24 +02:00
parent 0b65b1e55a
commit 176db29f64

View File

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