Extend the class so the Filesystem is cleaned up

This commit is contained in:
Joas Schilling 2015-02-25 12:52:16 +01:00
parent f5b6226732
commit 993d89b3cc
3 changed files with 1 additions and 4 deletions

View File

@ -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;

View File

@ -11,7 +11,6 @@ namespace Test\OC\Connector\Sabre;
use OC\Files\FileInfo;
use OC\Connector\Sabre\Directory;
use PHPUnit_Framework_TestCase;
class TestDoubleFileView extends \OC\Files\View {

View File

@ -23,8 +23,6 @@ namespace OCA\ObjectStore\Tests\Unit;
use OC\Files\ObjectStore\ObjectStoreStorage;
use OC\Files\ObjectStore\Swift as ObjectStoreToTest;
use PHPUnit_Framework_TestCase;
//class Swift extends PHPUnit_Framework_TestCase {
class Swift extends \Test\Files\Storage\Storage {