Fix tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
8aa0f0485d
commit
f77cc11a28
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue