function tearDown()
 {
     parent::tearDown();
     if (file_exists(SABRE_TEMPDIR . '../.locksdb')) {
         unlink(SABRE_TEMPDIR . '../.locksdb');
     }
 }
 function tearDown()
 {
     \Sabre\TestUtil::clearTempDir();
     parent::tearDown();
 }
示例#3
0
 function tearDown()
 {
     unlink(SABRE_TEMPDIR . '/somefile.jpg');
     parent::tearDown();
 }