Skip to content

Commit 80f9dd2

Browse files
committed
Merge branch '3.4' into 4.1
* 3.4: Use the real image URL for the filesystem tests [Finder] Update PHPdoc append() [DI] Fix phpdoc Fix code examples in PHPDoc [HttpKernel] Fix inheritdocs bumped Symfony version to 3.4.16 updated VERSION for 3.4.15 updated CHANGELOG for 3.4.15
2 parents c0f5f62 + 34965c4 commit 80f9dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/FilesystemTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public function testCopyCreatesTargetDirectoryIfItDoesNotExist()
161161
*/
162162
public function testCopyForOriginUrlsAndExistingLocalFileDefaultsToCopy()
163163
{
164-
$sourceFilePath = 'http://symfony.com/images/common/logo/logo_symfony_header.png';
164+
$sourceFilePath = 'https://symfony.com/images/common/logo/logo_symfony_header.png';
165165
$targetFilePath = $this->workspace.\DIRECTORY_SEPARATOR.'copy_target_file';
166166

167167
file_put_contents($targetFilePath, 'TARGET FILE');

0 commit comments

Comments
 (0)