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

Skip to content

Commit fc6b9ec

Browse files
Merge branch '2.7' into 2.8
* 2.7: fix tests
2 parents ef4f532 + 817f594 commit fc6b9ec

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/Symfony/Bridge/Doctrine/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require-dev": {
2424
"symfony/stopwatch": "~2.2|~3.0.0",
2525
"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",
2727
"symfony/http-kernel": "~2.2|~3.0.0",
2828
"symfony/property-access": "~2.3|~3.0.0",
2929
"symfony/property-info": "~2.8|3.0",

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)