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,
|
||||
$userWriteRepository,
|
||||
$emailVerificationRepository,
|
||||
$mailService
|
||||
$mailService,
|
||||
'TestApp',
|
||||
'http://localhost',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -356,7 +356,9 @@ class PasswordResetServiceTest extends TestCase
|
||||
$passwordResetRepository,
|
||||
$userPasswordService,
|
||||
$rememberMeService,
|
||||
$mailService
|
||||
$mailService,
|
||||
'TestApp',
|
||||
'http://localhost',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user