mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-02-14 15:58:42 +00:00
fix tests and replace file_exists
This commit is contained in:
parent
0b65b1e55a
commit
176db29f64
|
|
@ -26,6 +26,10 @@ use Modules\Profile\Models\ProfileMapper;
|
||||||
*/
|
*/
|
||||||
class ClientMapperTest extends \PHPUnit\Framework\TestCase
|
class ClientMapperTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* @covers Modules\ClientManagement\Models\ClientMapper
|
||||||
|
* @group module
|
||||||
|
*/
|
||||||
public function testCR() : void
|
public function testCR() : void
|
||||||
{
|
{
|
||||||
$client = new Client();
|
$client = new Client();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user