diff options
author | Joas Schilling <coding@schilljs.com> | 2017-01-25 11:24:42 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-01-25 11:24:42 +0100 |
commit | 95ef625a9d6b3c6f3d8dac173ba73992dbd50204 (patch) | |
tree | 116ea0e9a051604632551fe930739366ae775f81 /apps | |
parent | f9c3639607ecf99558638d310ef7a606e4479c50 (diff) | |
download | nextcloud-server-95ef625a9d6b3c6f3d8dac173ba73992dbd50204.tar.gz nextcloud-server-95ef625a9d6b3c6f3d8dac173ba73992dbd50204.zip |
Fix tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_ldap/tests/Settings/SectionTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/Settings/SectionTest.php b/apps/user_ldap/tests/Settings/SectionTest.php index ae780dd7665..5f565e89933 100644 --- a/apps/user_ldap/tests/Settings/SectionTest.php +++ b/apps/user_ldap/tests/Settings/SectionTest.php @@ -68,7 +68,7 @@ class SectionTest extends TestCase { public function testGetIcon() { $this->url->expects($this->once()) ->method('imagePath') - ->with('user_ldap', 'app.svg') + ->with('user_ldap', 'app-dark.svg') ->willReturn('icon'); $this->assertSame('icon', $this->section->getIcon()); |