public function testSuiteFinished() : void { $this->testSuite--; if ($this->testSuite === 0) { $this->cache ->persist(); } }