public function testMethodPassed(TestMethod $test, mixed $returnValue) : void { $size = (new Groups())->size($test->className(), $test->methodName()); $this->passedTestMethods[$test->className() . '::' . $test->methodName()] = [ 'returnValue' => $returnValue, 'size' => $size, ]; }