fix yaml format

This commit is contained in:
TomasVotruba 2020-04-05 01:36:49 +02:00
parent a82ed7dc25
commit d5329e5497

View File

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