We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb26cdf commit ec71f41Copy full SHA for ec71f41
tests/unit/TextUI/Output/Default/SummaryPrinterTest.php
@@ -38,7 +38,7 @@ public function testPrintsExpectedOutputForTestResultObject(string $expectationF
38
}
39
40
#[DataProviderExternal(ResultPrinterTest::class, 'provider', false)]
41
- public function testPrintsExpectedColorizedOutputForTestResultObject(string $expectationFile, TestResult $result): void
+ public function testPrintsExpectedColouredOutputForTestResultObject(string $expectationFile, TestResult $result): void
42
{
43
$printer = $this->printer();
44
0 commit comments