public function import(self $other) : void { $this->passedTestClasses = array_merge($this->passedTestClasses, $other->passedTestClasses); $this->passedTestMethods = array_merge($this->passedTestMethods, $other->passedTestMethods); }