mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-14 17:16:12 +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]
|
[$sourceFileName1, $sourceFileName2]
|
||||||
);
|
);
|
||||||
|
|
||||||
self::assertSame(
|
self::assertStringEqualsFile(
|
||||||
$contents1 . $contents2,
|
$this->targetFilePath, $contents1 . $contents2
|
||||||
file_get_contents($this->targetFilePath)
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue