TASK: Streamline test output on error
This commit is contained in:
parent
efd5d9114f
commit
d12990f6e1
1 changed files with 1 additions and 2 deletions
|
@ -147,8 +147,7 @@ class SniffsTest extends TestCase
|
|||
$this->getExpectedDiffOutput($folder),
|
||||
$this->getOutput($internalArguments)['output'],
|
||||
'Fixing Sniff "' . $this->getSniffByFolder($folder) . '"'
|
||||
. ' did not produce expected diff for input file '
|
||||
. $internalArguments['inputFile']
|
||||
. ' did not produce expected diff,'
|
||||
. ' called: ' . $this->getPhpcsCall($internalArguments)
|
||||
);
|
||||
} catch (FileNotFoundException $e) {
|
||||
|
|
Loading…
Reference in a new issue