TASK: Shorten test output
* Remove unnecessary information to shorten output. * This should make it easier to get the actual issue.
This commit is contained in:
parent
c91dc8065f
commit
8572740fd1
1 changed files with 1 additions and 2 deletions
|
@ -137,8 +137,7 @@ class SniffsTest extends TestCase
|
|||
$this->getExpectedJsonOutput($folder),
|
||||
$this->getOutput($internalArguments)['output'],
|
||||
'Checking Sniff "' . $this->getSniffByFolder($folder) . '"'
|
||||
. ' did not produce expected output for input file '
|
||||
. $internalArguments['inputFile']
|
||||
. ' did not produce expected output,'
|
||||
. ' called: ' . $this->getPhpcsCall($internalArguments)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue