コード例 #1
0
ファイル: staticstream.php プロジェクト: evanjt/core
 protected function tearDown()
 {
     \OC\Files\Stream\StaticStream::clear();
     parent::tearDown();
 }
コード例 #2
0
ファイル: staticstream.php プロジェクト: olucao/owncloud-core
 public function tearDown()
 {
     \OC\Files\Stream\StaticStream::clear();
 }