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