mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 06:36:13 +01:00
[BUGFIX] Fix a casing typo in a test name
This commit is contained in:
parent
f529e4a688
commit
12c69e81b0
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class FileUtilityTest extends \TYPO3\CMS\Core\Tests\UnitTestCase {
|
||||||
/**
|
/**
|
||||||
* @test
|
* @test
|
||||||
*/
|
*/
|
||||||
public function concatenateWithTWoFileCopiesContentsFromBothFilesInOrderToTargetFile() {
|
public function concatenateWithTwoFileCopiesContentsFromBothFilesInOrderToTargetFile() {
|
||||||
$contents1 = 'Hello ';
|
$contents1 = 'Hello ';
|
||||||
$sourceFileName1 = vfsStream::url('home/source1.txt');
|
$sourceFileName1 = vfsStream::url('home/source1.txt');
|
||||||
file_put_contents($sourceFileName1, $contents1);
|
file_put_contents($sourceFileName1, $contents1);
|
||||||
|
|
Loading…
Reference in a new issue