#### What are you trying to achieve? When I subscribe to the `event.suite.before` or `event.suite.after` event, I expect a suite object passed, as [per spec](http://codecept.io/hooks/#event-listeners). #### What do you get instead? I get no arguments. Same issue for helper's `_beforeSuite` and `_afterSuite` methods.