diff options
Diffstat (limited to 'tests/lib/Template/CSSResourceLocatorTest.php')
-rw-r--r-- | tests/lib/Template/CSSResourceLocatorTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/Template/CSSResourceLocatorTest.php b/tests/lib/Template/CSSResourceLocatorTest.php index 42fa06a474d..3f377f9daa4 100644 --- a/tests/lib/Template/CSSResourceLocatorTest.php +++ b/tests/lib/Template/CSSResourceLocatorTest.php @@ -85,8 +85,8 @@ class CSSResourceLocatorTest extends \Test\TestCase { return new CSSResourceLocator( $this->logger, 'theme', - ['core'=>'map'], - ['3rd'=>'party'], + ['core' => 'map'], + ['3rd' => 'party'], $scssCacher ); } |