Skip to content

Commit f908345

Browse files
staabmsebastianbergmann
authored andcommitted
Fix "fsockopen(): Unable to connect to hostname:0" warning
1 parent 484cacc commit f908345

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)