Skip to content

Commit

Permalink
[scoped] unprefix PHPUnit\Framework\ExpectationFailedException
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed May 12, 2021
1 parent 4628b6c commit 537a9ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion utils/compiler/src/PhpScoper/StaticEasyPrefixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
];

/**
Expand Down

0 comments on commit 537a9ab

Please sign in to comment.