private function processTests(array $tests) : void { $testsObject = $this->project ->tests(); foreach ($tests as $test => $result) { $testsObject->addTest($test, $result); } }