mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 19:53:14 +01:00
add PHPUnit 4 set
This commit is contained in:
parent
6db3ddd5c5
commit
7490c0fac3
6
config/set/phpunit/phpunit40.yaml
Normal file
6
config/set/phpunit/phpunit40.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
services:
|
||||||
|
Rector\Renaming\Rector\MethodCall\RenameMethodRector:
|
||||||
|
# see https://github.com/sebastianbergmann/phpunit-mock-objects/issues/137
|
||||||
|
$oldToNewMethodsByClass:
|
||||||
|
PHPUnit_Framework_MockObject_MockObject:
|
||||||
|
staticExpects: 'expects'
|
Loading…
x
Reference in New Issue
Block a user