protected function tearDown() { parent::tearDown(); $files = glob($this->media . '/*'); foreach ($files as $file) { if (is_file($file)) { unlink($file); } } }
protected function tearDown() { parent::tearDown(); $this->dropModels($this->getModels()); }