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