public function FailureTest::testAssertStringMatchesFormatFile in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit/tests/_files/FailureTest.php \FailureTest::testAssertStringMatchesFormatFile()
File
- vendor/
phpunit/ phpunit/ tests/ _files/ FailureTest.php, line 71
Class
Code
public function testAssertStringMatchesFormatFile() {
$this
->assertStringMatchesFormatFile(__DIR__ . '/expectedFileFormat.txt', '...BAR...');
}