mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-21 18:00:10 +01:00
22 lines
552 B
YAML
22 lines
552 B
YAML
parameters:
|
|
exclude_paths:
|
|
- "/Fixture/"
|
|
- "/Fixtures/"
|
|
- "/Expected/"
|
|
- "/Source/"
|
|
|
|
# autoload-buggy cases
|
|
- "*.php.inc"
|
|
|
|
# so Rector code is still PHP 7.1 compatible
|
|
php_version_features: '7.1'
|
|
|
|
services:
|
|
Rector\PHPUnit\Rector\Class_\ArrayArgumentInTestToDataProviderRector:
|
|
$configuration:
|
|
-
|
|
class: 'PHPUnit\Framework\TestCase'
|
|
old_method: 'doTestFiles'
|
|
new_method: 'doTestFile'
|
|
variable_name: 'file'
|