aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Cache/FileCacheTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Cache/FileCacheTest.php')
-rw-r--r--tests/lib/Cache/FileCacheTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/Cache/FileCacheTest.php b/tests/lib/Cache/FileCacheTest.php
index a90fc6678e9..26306458d83 100644
--- a/tests/lib/Cache/FileCacheTest.php
+++ b/tests/lib/Cache/FileCacheTest.php
@@ -52,7 +52,7 @@ class FileCacheTest extends TestCache {
//$this->skipUnless(OC_User::isLoggedIn());
}
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
//clear all proxies and hooks so we can do clean testing
@@ -87,7 +87,7 @@ class FileCacheTest extends TestCache {
$this->instance->set('hack', 'hack');
}
- protected function tearDown() {
+ protected function tearDown(): void {
if ($this->instance) {
$this->instance->remove('hack', 'hack');
}