summaryrefslogtreecommitdiffstats
path: root/tests/lib/App/AppStore/Bundles/GroupwareBundleTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/App/AppStore/Bundles/GroupwareBundleTest.php')
-rw-r--r--tests/lib/App/AppStore/Bundles/GroupwareBundleTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/App/AppStore/Bundles/GroupwareBundleTest.php b/tests/lib/App/AppStore/Bundles/GroupwareBundleTest.php
index ccff5dcbd34..547e6e84ec8 100644
--- a/tests/lib/App/AppStore/Bundles/GroupwareBundleTest.php
+++ b/tests/lib/App/AppStore/Bundles/GroupwareBundleTest.php
@@ -24,7 +24,7 @@ namespace Test\App\AppStore\Bundles;
use OC\App\AppStore\Bundles\GroupwareBundle;
class GroupwareBundleTest extends BundleBase {
- public function setUp() {
+ public function setUp(): void {
parent::setUp();
$this->bundle = new GroupwareBundle($this->l10n);
$this->bundleIdentifier = 'GroupwareBundle';