aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/Storage/OwncloudTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/tests/Storage/OwncloudTest.php')
-rw-r--r--apps/files_external/tests/Storage/OwncloudTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_external/tests/Storage/OwncloudTest.php b/apps/files_external/tests/Storage/OwncloudTest.php
index 3853d0e6ce1..8a274af165e 100644
--- a/apps/files_external/tests/Storage/OwncloudTest.php
+++ b/apps/files_external/tests/Storage/OwncloudTest.php
@@ -39,7 +39,7 @@ class OwncloudTest extends \Test\Files\Storage\Storage {
private $config;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$id = $this->getUniqueID();
@@ -52,7 +52,7 @@ class OwncloudTest extends \Test\Files\Storage\Storage {
$this->instance->mkdir('/');
}
- protected function tearDown() {
+ protected function tearDown(): void {
if ($this->instance) {
$this->instance->rmdir('/');
}