Overrides Event::asString
public function asString() : string { return sprintf('Test Runner Execution Started (%d test%s)', $this->testSuite ->count(), $this->testSuite ->count() !== 1 ? 's' : ''); }