Browse Source
Fix tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/10415/head
Julius Härtl
7 years ago
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with
1 additions and
1 deletions
-
tests/lib/Template/IconsCacherTest.php
|
|
|
@ -86,7 +86,7 @@ class IconsCacherTest extends \Test\TestCase { |
|
|
|
";
|
|
|
|
$actual = self::invokePrivate($this->iconsCacher, 'getIconsFromCss', [$css]); |
|
|
|
$expected = array( |
|
|
|
'icon-test' => '/svg/core/actions/add/000' |
|
|
|
'icon-test' => '/svg/core/actions/add/000?v=1' |
|
|
|
); |
|
|
|
$this->assertEquals($expected, $actual); |
|
|
|
} |
|
|
|
|