Beispiel #1
0
 /**
  * @return void
  */
 public static function tearDownFS()
 {
     \OC\Files\Filesystem::tearDown();
     self::$fsSetup = false;
     self::$rootMounted = false;
 }
Beispiel #2
0
 public static function tearDownFS()
 {
     OC_Filesystem::tearDown();
     self::$fsSetup = false;
 }