summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-06-29 14:53:09 +0200
committerGitHub <noreply@github.com>2018-06-29 14:53:09 +0200
commit69e92ea71ac5223b6f9c827ba2fa15cacb191f5f (patch)
tree512322857ebca5ce5e72b4e50c8c413abc36aa69 /tests
parentc76c8a69dcbced0b0748a980a8bbff5c61515dd5 (diff)
parent97c13debdcb701573f8dd0bc437eeb8df692ec0f (diff)
downloadnextcloud-server-69e92ea71ac5223b6f9c827ba2fa15cacb191f5f.tar.gz
nextcloud-server-69e92ea71ac5223b6f9c827ba2fa15cacb191f5f.zip
Merge pull request #10053 from nextcloud/feature/7378/password-security-move
Move password change to security settings
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Settings/ManagerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Settings/ManagerTest.php b/tests/lib/Settings/ManagerTest.php
index 15608b9b611..30a5b7bd103 100644
--- a/tests/lib/Settings/ManagerTest.php
+++ b/tests/lib/Settings/ManagerTest.php
@@ -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'));
}
}