Merge pull request #3141 from rectorphp/phpunit-91

[PHPUnit 9.1] Add assertFileNotExists() method rename
This commit is contained in:
Tomas Votruba 2020-04-05 01:24:44 +02:00 committed by GitHub
commit a82ed7dc25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,6 @@
services:
Rector\PHPUnit\Rector\Class_\AddProphecyTraitRector: null
Rector\Renaming\Rector\MethodCall\RenameMethodCallRector:
PHPUnit\Framework\TestCase:
assertFileNotExists: 'assertFileDoesNotExist'