Fix tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
3f77b0fc8b
commit
77f0633e59
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ class ManagerTest extends TestCase {
|
|||
|
||||
public function testGetPersonalSettings() {
|
||||
$this->assertEquals([
|
||||
10 => [new Security()],
|
||||
10 => [new Security($this->userManager)],
|
||||
], $this->manager->getPersonalSettings('security'));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue