aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/App/AppStore/Fetcher/CategoryFetcherTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/App/AppStore/Fetcher/CategoryFetcherTest.php')
-rw-r--r--tests/lib/App/AppStore/Fetcher/CategoryFetcherTest.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/lib/App/AppStore/Fetcher/CategoryFetcherTest.php b/tests/lib/App/AppStore/Fetcher/CategoryFetcherTest.php
index b7dbf6eccd8..a703a037653 100644
--- a/tests/lib/App/AppStore/Fetcher/CategoryFetcherTest.php
+++ b/tests/lib/App/AppStore/Fetcher/CategoryFetcherTest.php
@@ -1,4 +1,5 @@
<?php
+
/**
* SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
@@ -24,7 +25,7 @@ class CategoryFetcherTest extends FetcherBase {
);
}
- public function testAppstoreDisabled() {
+ public function testAppstoreDisabled(): void {
$this->config
->method('getSystemValueBool')
->willReturnCallback(function ($var, $default) {
@@ -40,7 +41,7 @@ class CategoryFetcherTest extends FetcherBase {
$this->assertEquals([], $this->fetcher->get());
}
- public function testNoInternet() {
+ public function testNoInternet(): void {
$this->config
->method('getSystemValueBool')
->willReturnCallback(function ($var, $default) {