summaryrefslogtreecommitdiffstats
path: root/tests/lib/App/AppStore/Bundles/BundleFetcherTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/App/AppStore/Bundles/BundleFetcherTest.php')
-rw-r--r--tests/lib/App/AppStore/Bundles/BundleFetcherTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/App/AppStore/Bundles/BundleFetcherTest.php b/tests/lib/App/AppStore/Bundles/BundleFetcherTest.php
index 350f6654e08..27384953d3f 100644
--- a/tests/lib/App/AppStore/Bundles/BundleFetcherTest.php
+++ b/tests/lib/App/AppStore/Bundles/BundleFetcherTest.php
@@ -36,7 +36,7 @@ class BundleFetcherTest extends TestCase {
/** @var BundleFetcher */
private $bundleFetcher;
- public function setUp() {
+ public function setUp(): void {
parent::setUp();
$this->l10n = $this->createMock(IL10N::class);