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 b87a395

Browse filesBrowse files
committed
Merge branch '2.8' into 3.3
* 2.8: fix tests
2 parents 7fa94dc + fc6b9ec commit b87a395
Copy full SHA for b87a395

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

‎src/Symfony/Component/Filesystem/Tests/FilesystemTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Filesystem/Tests/FilesystemTest.php
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,9 @@ public function testFilesExists()
374374
*/
375375
public function testFilesExistsFails()
376376
{
377+
if ('\\' !== DIRECTORY_SEPARATOR) {
378+
$this->markTestSkipped('Long file names are an issue on Windows');
379+
}
377380
$basePath = $this->workspace.'\\directory\\';
378381
$maxPathLength = PHP_MAXPATHLEN - 2;
379382

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.