コード例 #1
0
 public function tearDown()
 {
     $config = \OC::$server->getConfig();
     $config->setAppValue('files_external', 'user_mounting_backends', $this->oldAllowedBackends);
     parent::tearDown();
 }