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