From 759f495594377de442062a7e025324032e72ef71 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 4 Mar 2016 12:06:48 +0100 Subject: [PATCH] fixed test name --- src/Symfony/Component/Filesystem/Tests/FilesystemTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Filesystem/Tests/FilesystemTest.php b/src/Symfony/Component/Filesystem/Tests/FilesystemTest.php index 3c72cce230..867ed737a7 100644 --- a/src/Symfony/Component/Filesystem/Tests/FilesystemTest.php +++ b/src/Symfony/Component/Filesystem/Tests/FilesystemTest.php @@ -159,7 +159,7 @@ class FilesystemTest extends \PHPUnit_Framework_TestCase $this->assertEquals('SOURCE FILE', file_get_contents($targetFilePath)); } - public function testCopyForOriginUrlsAndExistingLocalFileDefaultsToNotCopy() + public function testCopyForOriginUrlsAndExistingLocalFileDefaultsToCopy() { $sourceFilePath = 'http://symfony.com/images/common/logo/logo_symfony_header.png'; $targetFilePath = $this->workspace.DIRECTORY_SEPARATOR.'copy_target_file';