protected function tearDown()
 {
     parent::tearDown();
     $this->unloadFixtures('Cache');
 }
 protected function setUp()
 {
     $this->object = new FileSystemStorage(TEMP_DIR);
     parent::setUp();
 }