fixed test name

This commit is contained in:
Fabien Potencier 2016-03-04 12:06:48 +01:00
parent 5bbe951cde
commit 759f495594
1 changed files with 1 additions and 1 deletions

View File

@ -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';