Thanks to visit codestin.com Credit goes to github.com
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.
2 parents ef4f532 + 817f594 commit fc6b9ecCopy full SHA for fc6b9ec
src/Symfony/Bridge/Doctrine/composer.json
@@ -23,7 +23,7 @@
23
"require-dev": {
24
"symfony/stopwatch": "~2.2|~3.0.0",
25
"symfony/dependency-injection": "~2.2|~3.0.0",
26
- "symfony/form": "^2.8.27|~3.3.10",
+ "symfony/form": "^2.8.28|~3.3.10",
27
"symfony/http-kernel": "~2.2|~3.0.0",
28
"symfony/property-access": "~2.3|~3.0.0",
29
"symfony/property-info": "~2.8|3.0",
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