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