Browse Source

Extend the class so the Filesystem is cleaned up

tags/v8.1.0alpha1
Joas Schilling 9 years ago
parent
commit
993d89b3cc

+ 1
- 1
apps/files_sharing/tests/controller/sharecontroller.php 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;

+ 0
- 1
tests/lib/connector/sabre/objecttree.php 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 {


+ 0
- 2
tests/lib/files/objectstore/swift.php 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 {


Loading…
Cancel
Save