Skip to content

Commit ec71f41

Browse files
Rename test
1 parent eb26cdf commit ec71f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/TextUI/Output/Default/SummaryPrinterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function testPrintsExpectedOutputForTestResultObject(string $expectationF
3838
}
3939

4040
#[DataProviderExternal(ResultPrinterTest::class, 'provider', false)]
41-
public function testPrintsExpectedColorizedOutputForTestResultObject(string $expectationFile, TestResult $result): void
41+
public function testPrintsExpectedColouredOutputForTestResultObject(string $expectationFile, TestResult $result): void
4242
{
4343
$printer = $this->printer();
4444

0 commit comments

Comments
 (0)