We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227d166 commit af0f127Copy full SHA for af0f127
src/Symfony/Component/Mailer/Tests/Transport/SendmailTransportTest.php
@@ -94,6 +94,10 @@ public function testRecipientsAreUsedWhenSet()
94
95
public function testThrowsTransportExceptionOnFailure()
96
{
97
+ if ('\\' === \DIRECTORY_SEPARATOR) {
98
+ $this->markTestSkipped('Windows does not support shebangs nor non-blocking standard streams');
99
+ }
100
+
101
$mail = new Email();
102
$mail
103
->from('from@mail.com')
0 commit comments