add tests batch 20
This commit is contained in:
@@ -18,7 +18,7 @@ class ParentEmergencyContactServiceTest extends TestCase
|
||||
$this->seedConfig();
|
||||
$parentId = $this->seedParent();
|
||||
|
||||
$service = new ParentEmergencyContactService(new ParentConfigService, new PhoneFormatterService);
|
||||
$service = new ParentEmergencyContactService(new ParentConfigService(), new PhoneFormatterService());
|
||||
$contact = $service->store($parentId, [
|
||||
'name' => 'Sam Contact',
|
||||
'cellphone' => '1234567890',
|
||||
|
||||
Reference in New Issue
Block a user