rector/config/set/phpunit/phpunit90.yaml
2020-06-15 16:28:10 +02:00

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'