Skip to content

Commit c7fec02

Browse files
Merge branch '10.5' into 11.0
2 parents b3c1a49 + f908345 commit c7fec02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static function providePrinter(): array
2525
return [
2626
[DefaultPrinter::standardOutput()],
2727
[DefaultPrinter::standardError()],
28-
[DefaultPrinter::from('socket://hostname:port')],
28+
[DefaultPrinter::from('socket://www.example.com:80')],
2929
];
3030
}
3131

0 commit comments

Comments
 (0)