summaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Mount/ManagerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Files/Mount/ManagerTest.php')
-rw-r--r--tests/lib/Files/Mount/ManagerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Files/Mount/ManagerTest.php b/tests/lib/Files/Mount/ManagerTest.php
index 7633ffb2f2d..f3cdc4264e4 100644
--- a/tests/lib/Files/Mount/ManagerTest.php
+++ b/tests/lib/Files/Mount/ManagerTest.php
@@ -22,7 +22,7 @@ class ManagerTest extends \Test\TestCase {
*/
private $manager;
- protected function setup() {
+ protected function setUp(): void {
parent::setUp();
$this->manager = new \OC\Files\Mount\Manager();
}