Skip to content

Commit

Permalink
Discard changes to src/TextUI/Output/TestDox/ResultPrinter.php
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Mar 12, 2024
1 parent 18debd4 commit 1223597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TextUI/Output/TestDox/ResultPrinter.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private function printTestResultHeader(TestDoxTestResult $test): void
$this->printer->print($buffer);
}

$this->printer->print($test->test()->testDox()->prettifiedMethodName() . PHP_EOL);
$this->printer->print($test->test()->testDox()->prettifiedMethodName($this->colors) . PHP_EOL);
}

private function printTestResultBody(TestDoxTestResult $test): void
Expand Down

0 comments on commit 1223597

Please sign in to comment.