/** * * Teardown; runs after each test method. * */ public function teardown() { parent::teardown(); }
/** * * Setup; runs after each test method. * */ public function teardown() { $this->_adapter = null; parent::teardown(); }