summaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Cache/UpdaterTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Files/Cache/UpdaterTest.php')
-rw-r--r--tests/lib/Files/Cache/UpdaterTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/Files/Cache/UpdaterTest.php b/tests/lib/Files/Cache/UpdaterTest.php
index 54fb3f3fc97..8dc5893007b 100644
--- a/tests/lib/Files/Cache/UpdaterTest.php
+++ b/tests/lib/Files/Cache/UpdaterTest.php
@@ -40,7 +40,7 @@ class UpdaterTest extends \Test\TestCase {
*/
protected $updater;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->loginAsUser();
@@ -50,7 +50,7 @@ class UpdaterTest extends \Test\TestCase {
$this->cache = $this->storage->getCache();
}
- protected function tearDown() {
+ protected function tearDown(): void {
Filesystem::clearMounts();
$this->logout();