diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-04-01 12:13:49 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-04-01 12:13:49 +0200 |
commit | 730efe25a4c386b2d2e4c1d1b0d16a71be7b9f28 (patch) | |
tree | 0138e7061b207582fcd163a93493b4afefa951e2 /apps/files/tests/activitytest.php | |
parent | efcc2e87ab860c50f7904ac8e98914589a9c097a (diff) | |
download | nextcloud-server-730efe25a4c386b2d2e4c1d1b0d16a71be7b9f28.tar.gz nextcloud-server-730efe25a4c386b2d2e4c1d1b0d16a71be7b9f28.zip |
Make scrutinizer happy
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' ); } |