clear share table after each test run
This commit is contained in:
parent
07d43df713
commit
5c7fe91041
|
@ -92,6 +92,9 @@ abstract class Test_Files_Sharing_Base extends \PHPUnit_Framework_TestCase {
|
||||||
} else {
|
} else {
|
||||||
\OC_App::disable('files_encryption');
|
\OC_App::disable('files_encryption');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$query = \OCP\DB::prepare('DELETE FROM `*PREFIX*share`');
|
||||||
|
$query->execute();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function tearDownAfterClass() {
|
public static function tearDownAfterClass() {
|
||||||
|
|
Loading…
Reference in New Issue