aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/files/mount/manager.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/files/mount/manager.php')
-rw-r--r--tests/lib/files/mount/manager.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/lib/files/mount/manager.php b/tests/lib/files/mount/manager.php
index 154c35ccead..051b76ccf2e 100644
--- a/tests/lib/files/mount/manager.php
+++ b/tests/lib/files/mount/manager.php
@@ -16,13 +16,14 @@ class LongId extends Temporary {
}
}
-class Manager extends \PHPUnit_Framework_TestCase {
+class Manager extends \Test\TestCase {
/**
* @var \OC\Files\Mount\Manager
*/
private $manager;
- public function setup() {
+ protected function setup() {
+ parent::setUp();
$this->manager = new \OC\Files\Mount\Manager();
}