mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 11:44:14 +01:00
improve Test file message
This commit is contained in:
parent
250d0bad7c
commit
9a61cb23e9
@ -38,7 +38,10 @@ abstract class AbstractRectorTestCase extends TestCase
|
||||
$this->getRectorClasses()
|
||||
);
|
||||
|
||||
$this->assertStringEqualsFile($reconstructedFile, $reconstructedFileContent);
|
||||
$this->assertStringEqualsFile($reconstructedFile, $reconstructedFileContent, sprintf(
|
||||
'Original file "%s" did not match the result.',
|
||||
$file
|
||||
));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user