mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
Fix tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
258c8720dd
commit
e43649e67e
1 changed files with 4 additions and 4 deletions
|
|
@ -260,11 +260,11 @@ class ManagerTest extends TestCase {
|
|||
->willReturn('jos');
|
||||
$event->expects($this->once())
|
||||
->method('setApp')
|
||||
->with($this->equalTo('twofactor_generic'))
|
||||
->with($this->equalTo('core'))
|
||||
->willReturnSelf();
|
||||
$event->expects($this->once())
|
||||
->method('setType')
|
||||
->with($this->equalTo('twofactor'))
|
||||
->with($this->equalTo('security'))
|
||||
->willReturnSelf();
|
||||
$event->expects($this->once())
|
||||
->method('setAuthor')
|
||||
|
|
@ -319,11 +319,11 @@ class ManagerTest extends TestCase {
|
|||
->willReturn('jos');
|
||||
$event->expects($this->once())
|
||||
->method('setApp')
|
||||
->with($this->equalTo('twofactor_generic'))
|
||||
->with($this->equalTo('core'))
|
||||
->willReturnSelf();
|
||||
$event->expects($this->once())
|
||||
->method('setType')
|
||||
->with($this->equalTo('twofactor'))
|
||||
->with($this->equalTo('security'))
|
||||
->willReturnSelf();
|
||||
$event->expects($this->once())
|
||||
->method('setAuthor')
|
||||
|
|
|
|||
Loading…
Reference in a new issue