mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-23 11:14:38 +01:00
11 lines
535 B
YAML
11 lines
535 B
YAML
services:
|
|
Rector\PHPUnit\Rector\Class_\TestListenerToHooksRector: null
|
|
Rector\PHPUnit\Rector\MethodCall\ExplicitPhpErrorApiRector: null
|
|
Rector\PHPUnit\Rector\MethodCall\SpecificAssertContainsWithoutIdentityRector: null
|
|
|
|
Rector\Renaming\Rector\MethodCall\RenameMethodRector:
|
|
$oldToNewMethodsByClass:
|
|
# see https://github.com/sebastianbergmann/phpunit/issues/3957
|
|
'expectExceptionMessageRegExp': 'expectExceptionMessageMatches'
|
|
'assertRegExp': 'assertMatchesRegularExpression'
|