rector/rules/phpunit/config/config.yaml

11 lines
217 B
YAML
Raw Normal View History

services:
_defaults:
public: true
autowire: true
Rector\PHPUnit\:
resource: '../src'
2019-11-22 19:42:57 +01:00
exclude:
- '../src/Rector/**/*Rector.php'
- '../src/ValueObject/*'