Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2f27b39

Browse filesBrowse files
Merge branch '6.0' into 6.1
* 6.0: bug #45043 [ErrorHandler] ignore ``@return`` when there is an ``@template`` (nicolas-grekas) [Finder] fix tests on Windows
2 parents 42ae534 + 5e4151f commit 2f27b39
Copy full SHA for 2f27b39

File tree

1 file changed

+4
-0
lines changed
Filter options

1 file changed

+4
-0
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Process/Tests/PhpExecutableFinderTest.php
+4Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.