8000 Merge branch '4.4' into 5.4 · symfony/symfony@1a2def3 · GitHub
[go: up one dir, main page]

Skip to content 65FC

Commit 1a2def3

Browse files
Merge branch '4.4' into 5.4
* 4.4: [Finder] fix tests on Windows
2 parents 3b87ef9 + 06b3cef commit 1a2def3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Symfony/Component/Process/Tests/PhpExecutableFinderTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ public function testNotExitsBinaryFile()
6565

6666
public function testFindWithExecutableDirectory()
6767
{
68+
if ('\\' === \DIRECTORY_SEPARATOR) {
69+
$this->markTestSkipped('Directories are not executable on Windows');
70+
}
71+
6872
$originalPhpBinary = getenv('PHP_BINARY');
6973

7074
try {

0 commit comments

Comments
 (0)
0