add test batches
This commit is contained in:
@@ -18,7 +18,7 @@ class ParentRegistrationServiceTest extends TestCase
|
||||
$this->seedConfig();
|
||||
$parentId = $this->seedParent();
|
||||
|
||||
$service = new ParentRegistrationService(new ParentConfigService, new SchoolIdService);
|
||||
$service = new ParentRegistrationService(new ParentConfigService(), new SchoolIdService());
|
||||
$result = $service->register($parentId, [
|
||||
[
|
||||
'firstname' => 'Omar',
|
||||
|
||||
Reference in New Issue
Block a user