/** * Cleans up the environment after running a test. */ protected function tearDown() { $this->res = null; parent::tearDown(); }
/** * Cleans up the environment after running a test. */ protected function tearDown() { parent::tearDown(); }