[docs] add PHPUnit configurable Rector

This commit is contained in:
TomasVotruba 2017-12-21 19:14:03 +01:00
parent 81c6100315
commit 450112541c

View File

@ -0,0 +1,10 @@
## PHPUnit Rectors
All methods are changes by default. But **you can specify methods** you like:
````yaml
rectors:
Rector\Rector\Contrib\PHPUnit\SpecificMethodRector:
- 'is_file'
```