summaryrefslogtreecommitdiffstats
path: root/tests/unit/controller/PageControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/controller/PageControllerTest.php')
-rw-r--r--tests/unit/controller/PageControllerTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/controller/PageControllerTest.php b/tests/unit/controller/PageControllerTest.php
index ef3384431..d4c53e468 100644
--- a/tests/unit/controller/PageControllerTest.php
+++ b/tests/unit/controller/PageControllerTest.php
@@ -57,11 +57,11 @@ class PageControllerTest extends \PHPUnit_Framework_TestCase {
public function testSettings() {
- $result = array(
+ $result = [
'showAll' => true,
'compact' => true,
'language' => 'de'
- );
+ ];
$this->l10n->expects($this->once())
->method('getLanguageCode')