diff options
Diffstat (limited to 'apps/files/tests/activitytest.php')
-rw-r--r-- | apps/files/tests/activitytest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/tests/activitytest.php b/apps/files/tests/activitytest.php index b8766f95224..1f8d6330e51 100644 --- a/apps/files/tests/activitytest.php +++ b/apps/files/tests/activitytest.php @@ -95,7 +95,7 @@ class ActivityTest extends TestCase { public function testTranslate() { $this->assertFalse( - $this->activityExtension->translate('files_sharing', '', '', array(), false, false, 'en'), + $this->activityExtension->translate('files_sharing', '', [], false, false, 'en'), 'Asserting that no translations are set for files_sharing' ); } |