Skip to content

Commit 64d79b1

Browse files
Merge branch '11.0'
2 parents 1404b36 + c7fec02 commit 64d79b1

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)