Skip to content

Commit

Permalink
Merge branch '11.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 9, 2024
2 parents 17c93a2 + 7ba3a52 commit af36175
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Event/Value/Test/TestDoxBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ public static function fromClassNameAndMethodName(string $className, string $met
{
$prettifier = new NamePrettifier;

$prettifiedMethodName = $prettifier->prettifyTestMethodName($methodName);

return new TestDox(
$prettifier->prettifyTestClassName($className),
$prettifier->prettifyTestMethodName($methodName),
$prettifier->prettifyTestMethodName($methodName),
$prettifiedMethodName,
$prettifiedMethodName,
);
}
}

0 comments on commit af36175

Please sign in to comment.