예제 #1
0
파일: util.php 프로젝트: pinoniq/core
 /**
  * @return void
  */
 public static function tearDownFS()
 {
     \OC\Files\Filesystem::tearDown();
     self::$fsSetup = false;
     self::$rootMounted = false;
 }
예제 #2
0
파일: util.php 프로젝트: ryanshoover/core
 public static function tearDownFS()
 {
     OC_Filesystem::tearDown();
     self::$fsSetup = false;
 }