Skip to content

Commit

Permalink
Merge branch '11.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 31, 2024
2 parents 1404b36 + c7fec02 commit 64d79b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/TextUI/Output/Default/DefaultPrinterTest.php
Expand Up @@ -25,7 +25,7 @@ public static function providePrinter(): array
return [
[DefaultPrinter::standardOutput()],
[DefaultPrinter::standardError()],
[DefaultPrinter::from('socket://hostname:port')],
[DefaultPrinter::from('socket://www.example.com:80')],
];
}

Expand Down

0 comments on commit 64d79b1

Please sign in to comment.