Ejemplo n.º 1
0
 protected function tearDown()
 {
     parent::tearDown();
     $this->unloadFixtures('Cache');
 }
Ejemplo n.º 2
0
 protected function setUp()
 {
     $this->object = new FileSystemStorage(TEMP_DIR);
     parent::setUp();
 }