Update# test
This commit is contained in:
parent
3e9f594163
commit
dec32a0afa
|
|
@ -126,7 +126,7 @@ class RegistrationControllerTest extends TestCase {
|
|||
->method('getAppValue')
|
||||
->with("registration", 'allowed_domains', '')
|
||||
->willReturn('');
|
||||
$this->mailService->expects($this->at(0))
|
||||
$this->mailService->expects($this->once())
|
||||
->method('sendTokenByMail')
|
||||
->willReturn(true);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue