TASK: Add mapping for tests

Relates: #46
This commit is contained in:
Daniel Siepmann 2017-04-06 12:48:43 +02:00
parent 58bda24360
commit f9ad7070a5
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 4306 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -156,6 +156,8 @@ class SniffsTest extends TestCase
$bin = './vendor/bin/phpcs';
$arguments = '--sniffs=' . $this->getSniffByFolder($folder)
. ' --report=' . $report
. ' --runtime-set mappingFile '
. __DIR__ . DIRECTORY_SEPARATOR . 'Fixtures' . DIRECTORY_SEPARATOR . 'LegacyClassnames.php'
. ' '
. $this->getInputFile($folder)
;