mirror of
https://github.com/pestphp/pest.git
synced 2026-06-05 10:52:14 +02:00
cleanup
This commit is contained in:
@ -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
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user