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