aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/EtagTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Files/EtagTest.php')
-rw-r--r--tests/lib/Files/EtagTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/Files/EtagTest.php b/tests/lib/Files/EtagTest.php
index ef7bf7cfbb7..acda220d01f 100644
--- a/tests/lib/Files/EtagTest.php
+++ b/tests/lib/Files/EtagTest.php
@@ -28,7 +28,7 @@ class EtagTest extends \Test\TestCase {
*/
private $userBackend;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
\OC_Hook::clear('OC_Filesystem', 'setup');
@@ -46,7 +46,7 @@ class EtagTest extends \Test\TestCase {
\OC_User::useBackend($this->userBackend);
}
- protected function tearDown() {
+ protected function tearDown(): void {
\OC::$server->getConfig()->setSystemValue('datadirectory', $this->datadir);
$this->logout();