Fix tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2017-01-25 11:24:42 +01:00
parent f9c3639607
commit 95ef625a9d
No known key found for this signature in database
GPG key ID: E166FD8976B3BAC8

View file

@ -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());