[scoped] unprefix PHPUnit\Framework\ExpectationFailedException

This commit is contained in:
TomasVotruba 2021-05-12 18:27:39 +01:00
parent 4628b6c1af
commit 537a9abc50

View File

@ -18,7 +18,9 @@ final class StaticEasyPrefixer
'Symplify\SmartFileSystem\SmartFileInfo',
// for ComposerJson because it is part of the public API. I.e. ComposerRectorInterface
'Symplify\ComposerJsonManipulator\ValueObject\ComposerJson',
'Symplify\ComposerJsonManipulator\ComposerJsonFactory'
'Symplify\ComposerJsonManipulator\ComposerJsonFactory',
// this will make AbstractRectorTest case work for fixture updating
'PHPUnit\Framework\ExpectationFailedException',
];
/**