*/ class TestExitEvent extends AbstractTestEvent { /** * @return string */ public function getName() { return __CLASS__; } }