/** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { parent::tearDown(); }
/** * Tear Down testing * * @return $this * @since 1.0 */ protected function tearDown() { parent::tearDown(); return $this; }