public function executionStarted(ExecutionStarted $event) : void { $this->numberOfTests = $event->testSuite() ->count(); }