Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Controller/FilesPublicControllerTest.php')
-rw-r--r--tests/unit/Controller/FilesPublicControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Controller/FilesPublicControllerTest.php b/tests/unit/Controller/FilesPublicControllerTest.php
index ce20949e..c0b03752 100644
--- a/tests/unit/Controller/FilesPublicControllerTest.php
+++ b/tests/unit/Controller/FilesPublicControllerTest.php
@@ -22,7 +22,7 @@ use OCA\Gallery\Controller\FilesPublicController;
*/
class FilesPublicControllerTest extends FilesControllerTest {
- public function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->controller = new FilesPublicController(
$this->appName,