Fix tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
f9c3639607
commit
95ef625a9d
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue