mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 02:07:23 +01: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