Merge branch '3.3' into 3.4

* 3.3:
  fix tests
This commit is contained in:
Christian Flothmann 2017-10-03 15:34:05 +02:00
commit cfbe2ffec0

View File

@ -374,6 +374,9 @@ class FilesystemTest extends FilesystemTestCase
*/
public function testFilesExistsFails()
{
if ('\\' !== DIRECTORY_SEPARATOR) {
$this->markTestSkipped('Long file names are an issue on Windows');
}
$basePath = $this->workspace.'\\directory\\';
$maxPathLength = PHP_MAXPATHLEN - 2;