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->getExpectedDiffOutput($folder),
|
||||||
$this->getOutput($internalArguments)['output'],
|
$this->getOutput($internalArguments)['output'],
|
||||||
'Fixing Sniff "' . $this->getSniffByFolder($folder) . '"'
|
'Fixing Sniff "' . $this->getSniffByFolder($folder) . '"'
|
||||||
. ' did not produce expected diff for input file '
|
. ' did not produce expected diff,'
|
||||||
. $internalArguments['inputFile']
|
|
||||||
. ' called: ' . $this->getPhpcsCall($internalArguments)
|
. ' called: ' . $this->getPhpcsCall($internalArguments)
|
||||||
);
|
);
|
||||||
} catch (FileNotFoundException $e) {
|
} catch (FileNotFoundException $e) {
|
||||||
|
|
Loading…
Reference in a new issue