diff --git a/Tests/Functional/Utility/FileUtilityTest.php b/Tests/Functional/Utility/FileUtilityTest.php index 16a187a..42d565c 100644 --- a/Tests/Functional/Utility/FileUtilityTest.php +++ b/Tests/Functional/Utility/FileUtilityTest.php @@ -105,7 +105,7 @@ class FileUtilityTest extends \TYPO3\CMS\Core\Tests\UnitTestCase { /** * @test */ - public function concatenateWithTWoFileCopiesContentsFromBothFilesInOrderToTargetFile() { + public function concatenateWithTwoFileCopiesContentsFromBothFilesInOrderToTargetFile() { $contents1 = 'Hello '; $sourceFileName1 = vfsStream::url('home/source1.txt'); file_put_contents($sourceFileName1, $contents1);