We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11589f commit 817f594Copy full SHA for 817f594
src/Symfony/Bridge/Doctrine/composer.json
@@ -22,7 +22,7 @@
22
"require-dev": {
23
"symfony/stopwatch": "~2.2",
24
"symfony/dependency-injection": "~2.2",
25
- "symfony/form": "~2.7.34|^2.8.27",
+ "symfony/form": "~2.7.35|^2.8.28",
26
"symfony/http-kernel": "~2.2",
27
"symfony/property-access": "~2.3",
28
"symfony/security": "~2.2",
src/Symfony/Component/Filesystem/Tests/FilesystemTest.php
@@ -374,6 +374,9 @@ public function testFilesExists()
374
*/
375
public function testFilesExistsFails()
376
{
377
+ if ('\\' !== DIRECTORY_SEPARATOR) {
378
+ $this->markTestSkipped('Long file names are an issue on Windows');
379
+ }
380
$basePath = $this->workspace.'\\directory\\';
381
$maxPathLength = PHP_MAXPATHLEN - 2;
382
0 commit comments