diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2015-02-25 12:52:16 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2015-02-25 16:03:10 +0100 |
commit | 993d89b3cc55d36fca1b9ee9040fcda8790e2fba (patch) | |
tree | 94140f5af7b757b55795a93fe93313d243356a8d /apps | |
parent | f5b62267325415b307cf2d47b69d11d4337536e4 (diff) | |
download | nextcloud-server-993d89b3cc55d36fca1b9ee9040fcda8790e2fba.tar.gz nextcloud-server-993d89b3cc55d36fca1b9ee9040fcda8790e2fba.zip |
Extend the class so the Filesystem is cleaned up
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/tests/controller/sharecontroller.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/controller/sharecontroller.php b/apps/files_sharing/tests/controller/sharecontroller.php index 95f5abcc9bd..da628b03757 100644 --- a/apps/files_sharing/tests/controller/sharecontroller.php +++ b/apps/files_sharing/tests/controller/sharecontroller.php @@ -36,7 +36,7 @@ use OC\URLGenerator; /** * @package OCA\Files_Sharing\Controllers */ -class ShareControllerTest extends \PHPUnit_Framework_TestCase { +class ShareControllerTest extends \Test\TestCase { /** @var IAppContainer */ private $container; |