8000
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.
2 parents 3b87ef9 + 06b3cef commit 1a2def3Copy full SHA for 1a2def3
src/Symfony/Component/Process/Tests/PhpExecutableFinderTest.php
@@ -65,6 +65,10 @@ public function testNotExitsBinaryFile()
65
66
public function testFindWithExecutableDirectory()
67
{
68
+ if ('\\' === \DIRECTORY_SEPARATOR) {
69
+ $this->markTestSkipped('Directories are not executable on Windows');
70
+ }
71
+
72
$originalPhpBinary = getenv('PHP_BINARY');
73
74
try {
0 commit comments