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:
Daniel Siepmann 2017-04-25 13:41:36 +02:00
parent c91dc8065f
commit 8572740fd1
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -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)
);