File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Component/Filesystem/Tests Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 23
23
"require-dev" : {
24
24
"symfony/stopwatch" : " ~2.2|~3.0.0" ,
25
25
"symfony/dependency-injection" : " ~2.2|~3.0.0" ,
26
- "symfony/form" : " ^2.8.27 |~3.3.10" ,
26
+ "symfony/form" : " ^2.8.28 |~3.3.10" ,
27
27
"symfony/http-kernel" : " ~2.2|~3.0.0" ,
28
28
"symfony/property-access" : " ~2.3|~3.0.0" ,
29
29
"symfony/property-info" : " ~2.8|3.0" ,
Original file line number Diff line number Diff line change @@ -374,6 +374,9 @@ public function testFilesExists()
374
374
*/
375
375
public function testFilesExistsFails ()
376
376
{
377
+ if ('\\' !== DIRECTORY_SEPARATOR ) {
378
+ $ this ->markTestSkipped ('Long file names are an issue on Windows ' );
379
+ }
377
380
$ basePath = $ this ->workspace .'\\directory \\' ;
378
381
$ maxPathLength = PHP_MAXPATHLEN - 2 ;
379
382
You can’t perform that action at this time.
0 commit comments