From bb540722cd4e197bd608d9a87e4b10cf66dec5a9 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 7 Nov 2014 15:23:15 +0100 Subject: Use base class to reset the file mapper --- tests/lib/files/node/root.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/lib/files/node/root.php') diff --git a/tests/lib/files/node/root.php b/tests/lib/files/node/root.php index 27f1a937826..fcce7070f5d 100644 --- a/tests/lib/files/node/root.php +++ b/tests/lib/files/node/root.php @@ -11,10 +11,11 @@ namespace Test\Files\Node; use OCP\Files\NotPermittedException; use OC\Files\Mount\Manager; -class Root extends \PHPUnit_Framework_TestCase { +class Root extends \Test\TestCase { private $user; - public function setUp() { + protected function setUp() { + parent::setUp(); $this->user = new \OC\User\User('', new \OC_User_Dummy); } -- cgit v1.2.3