From 8572740fd181cbbfdc069f60fe306e9bd6e7dc9a Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 25 Apr 2017 13:41:36 +0200 Subject: [PATCH] TASK: Shorten test output * Remove unnecessary information to shorten output. * This should make it easier to get the actual issue. --- tests/SniffsTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/SniffsTest.php b/tests/SniffsTest.php index 2560f1a..4ed294b 100644 --- a/tests/SniffsTest.php +++ b/tests/SniffsTest.php @@ -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) );