mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 23:56:14 +01:00
[CLEANUP] Use assertStringEqualsFile
This commit is contained in:
parent
563f4befbf
commit
cb62d0c28b
1 changed files with 2 additions and 3 deletions
|
@ -126,9 +126,8 @@ class FileUtilityTest extends \Nimut\TestingFramework\TestCase\FunctionalTestCas
|
|||
[$sourceFileName1, $sourceFileName2]
|
||||
);
|
||||
|
||||
self::assertSame(
|
||||
$contents1 . $contents2,
|
||||
file_get_contents($this->targetFilePath)
|
||||
self::assertStringEqualsFile(
|
||||
$this->targetFilePath, $contents1 . $contents2
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue