Skip to content

Commit e08b049

Browse files
Merge branch '3.4' into 4.1
* 3.4: [DI] configure inlined services before injecting them when dumping the container Consistently throw exceptions on a single line fix fopen calls Update .editorconfig
2 parents 09513e5 + 68bc3e4 commit e08b049

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-
if (!in_array('https', stream_get_wrappers())) {
164+
if (!\in_array('https', stream_get_wrappers())) {
165165
$this->markTestSkipped('"https" stream wrapper is not enabled.');
166166
}
167167
$sourceFilePath = 'https://symfony.com/images/common/logo/logo_symfony_header.png';

0 commit comments

Comments
 (0)