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 0b252f4 commit 37a3837Copy full SHA for 37a3837
Tests/FilesystemTest.php
@@ -161,7 +161,7 @@ public function testCopyCreatesTargetDirectoryIfItDoesNotExist()
161
*/
162
public function testCopyForOriginUrlsAndExistingLocalFileDefaultsToCopy()
163
{
164
- $sourceFilePath = 'http://symfony.com/images/common/logo/logo_symfony_header.png';
+ $sourceFilePath = 'https://symfony.com/images/common/logo/logo_symfony_header.png';
165
$targetFilePath = $this->workspace.\DIRECTORY_SEPARATOR.'copy_target_file';
166
167
file_put_contents($targetFilePath, 'TARGET FILE');
0 commit comments