summaryrefslogtreecommitdiffstats
path: root/tests/lib/Template/IconsCacherTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Template/IconsCacherTest.php')
-rw-r--r--tests/lib/Template/IconsCacherTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/Template/IconsCacherTest.php b/tests/lib/Template/IconsCacherTest.php
index 8e36426393f..f7d7f7b57e5 100644
--- a/tests/lib/Template/IconsCacherTest.php
+++ b/tests/lib/Template/IconsCacherTest.php
@@ -90,9 +90,9 @@ class IconsCacherTest extends \Test\TestCase {
}
";
$actual = self::invokePrivate($this->iconsCacher, 'getIconsFromCss', [$css]);
- $expected = array(
+ $expected = [
'icon-test' => '/svg/core/actions/add/000?v=1'
- );
+ ];
$this->assertEquals($expected, $actual);
}