This commit is contained in:
danilopolani
2022-03-05 17:25:23 +01:00
parent 21364779f9
commit 1079793ccf
2 changed files with 3 additions and 3 deletions

View File

@ -151,7 +151,7 @@ final class TestCaseFactory
}
$methodsCode = implode('', array_map(
fn (TestCaseMethodFactory $methodFactory) => $methodFactory->buildForEvaluation($classFQN, self::$annotations, self::$attributes),
fn (TestCaseMethodFactory $methodFactory) => $methodFactory->buildForEvaluation($classFQN, self::$annotations),
$methods
));