示例#1
0
 public function tearDown()
 {
     \Sabre\TestUtil::clearTempDir();
 }
 function teardown()
 {
     \Sabre\TestUtil::clearTempDir();
 }
 function tearDown()
 {
     \Sabre\TestUtil::clearTempDir();
     parent::tearDown();
 }
示例#4
0
 function setUp()
 {
     \Sabre\TestUtil::clearTempDir();
 }