Merge branch '3.4' into 4.1

* 3.4:
  Fix appveyor
This commit is contained in:
Nicolas Grekas 2018-09-03 10:41:44 +02:00
commit 95e6052074

View File

@ -161,6 +161,9 @@ class FilesystemTest extends FilesystemTestCase
*/
public function testCopyForOriginUrlsAndExistingLocalFileDefaultsToCopy()
{
if (!in_array('https', stream_get_wrappers())) {
$this->markTestSkipped('"https" stream wrapper is not enabled.');
}
$sourceFilePath = 'https://symfony.com/images/common/logo/logo_symfony_header.png';
$targetFilePath = $this->workspace.\DIRECTORY_SEPARATOR.'copy_target_file';