parent
58bda24360
commit
f9ad7070a5
2 changed files with 4306 additions and 0 deletions
4304
tests/Fixtures/LegacyClassnames.php
Normal file
4304
tests/Fixtures/LegacyClassnames.php
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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)
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue