10000 fix tests · symfony/symfony@817f594 · GitHub
[go: up one dir, main page]

Skip to content

Commit 817f594

Browse files
fix tests
1 parent a11589f commit 817f594

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
@@ -22,7 +22,7 @@
2222
"require-dev": {
2323
"symfony/stopwatch": "~2.2",
2424
"symfony/dependency-injection": "~2.2",
25-
"symfony/form": "~2.7.34|^2.8.27",
25+
"symfony/form": "~2.7.35|^2.8.28",
2626
"symfony/http-kernel": "~2.2",
2727
"symfony/property-access": "~2.3",
2828
"symfony/security": "~2.2",

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