Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b87a395

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines 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)