Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0019010

Browse files
Update FilesystemTest.php
Co-authored-by: Andrii Dembitskyi <[email protected]>
1 parent 6396dd1 commit 0019010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Filesystem/Tests/FilesystemTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public function testCopyForOriginUrlsAndExistingLocalFileDefaultsToCopy()
178178
$this->filesystem->copy($sourceFilePath, $targetFilePath, false);
179179

180180
$this->assertFileExists($targetFilePath);
181-
$this->assertEquals(file_get_contents($sourceFilePath), file_get_contents($targetFilePath));;
181+
$this->assertEquals(file_get_contents($sourceFilePath), file_get_contents($targetFilePath));
182182
}
183183

184184
public function testMkdirCreatesDirectoriesRecursively()

0 commit comments

Comments
 (0)