forked from fa/breadcrumb-the-shire
fix(tests): pass appTitle and appUrl to auth service constructors in tests
This commit is contained in:
@@ -309,7 +309,9 @@ class EmailVerificationServiceTest extends TestCase
|
|||||||
$userReadRepository,
|
$userReadRepository,
|
||||||
$userWriteRepository,
|
$userWriteRepository,
|
||||||
$emailVerificationRepository,
|
$emailVerificationRepository,
|
||||||
$mailService
|
$mailService,
|
||||||
|
'TestApp',
|
||||||
|
'http://localhost',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -356,7 +356,9 @@ class PasswordResetServiceTest extends TestCase
|
|||||||
$passwordResetRepository,
|
$passwordResetRepository,
|
||||||
$userPasswordService,
|
$userPasswordService,
|
||||||
$rememberMeService,
|
$rememberMeService,
|
||||||
$mailService
|
$mailService,
|
||||||
|
'TestApp',
|
||||||
|
'http://localhost',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user