Fix tests

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-06-29 13:06:24 +02:00
parent 3f77b0fc8b
commit 77f0633e59
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View file

@ -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'));
}
}