aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Files/Sharing/FilesDropPluginTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/tests/unit/Files/Sharing/FilesDropPluginTest.php')
-rw-r--r--apps/dav/tests/unit/Files/Sharing/FilesDropPluginTest.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/dav/tests/unit/Files/Sharing/FilesDropPluginTest.php b/apps/dav/tests/unit/Files/Sharing/FilesDropPluginTest.php
index a24125b6804..764cdd5c339 100644
--- a/apps/dav/tests/unit/Files/Sharing/FilesDropPluginTest.php
+++ b/apps/dav/tests/unit/Files/Sharing/FilesDropPluginTest.php
@@ -64,7 +64,7 @@ class FilesDropPluginTest extends TestCase {
->method($this->anything());
}
- public function testInitialize() {
+ public function testInitialize(): void {
$this->server->expects($this->once())
->method('on')
->with(
@@ -76,7 +76,7 @@ class FilesDropPluginTest extends TestCase {
$this->plugin->initialize($this->server);
}
- public function testNotEnabled() {
+ public function testNotEnabled(): void {
$this->view->expects($this->never())
->method($this->anything());
@@ -86,7 +86,7 @@ class FilesDropPluginTest extends TestCase {
$this->plugin->beforeMethod($this->request, $this->response);
}
- public function testValid() {
+ public function testValid(): void {
$this->plugin->enable();
$this->plugin->setView($this->view);
@@ -110,7 +110,7 @@ class FilesDropPluginTest extends TestCase {
$this->plugin->beforeMethod($this->request, $this->response);
}
- public function testFileAlreadyExistsValid() {
+ public function testFileAlreadyExistsValid(): void {
$this->plugin->enable();
$this->plugin->setView($this->view);
@@ -139,7 +139,7 @@ class FilesDropPluginTest extends TestCase {
$this->plugin->beforeMethod($this->request, $this->response);
}
- public function testNoMKCOL() {
+ public function testNoMKCOL(): void {
$this->plugin->enable();
$this->plugin->setView($this->view);
@@ -151,7 +151,7 @@ class FilesDropPluginTest extends TestCase {
$this->plugin->beforeMethod($this->request, $this->response);
}
- public function testNoSubdirPut() {
+ public function testNoSubdirPut(): void {
$this->plugin->enable();
$this->plugin->setView($this->view);