public function testSkipped(TestSkipped $event) : void { $this->testSkippedEvents[] = $event; if (!$this->prepared) { $this->numberOfTestsRun++; } }