Skip to content

Commit

Permalink
Add 'Prophecy' namespace to the scoping whitelist
Browse files Browse the repository at this point in the history
In oder to setup or check test doubles with Prophecy it has to be
part of the public API of PHPUnit, even it not provided by PHPUnit
itself.

Issues:
- #3578 - Scoped PHAR Prophecy issue
  • Loading branch information
Sebastian Feldmann authored and sebastianbergmann committed Mar 27, 2019
1 parent 925109f commit 3faa142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/scoper.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
'SebastianBergmann\CodeCoverage\*',
'PharIo\*',
'PHP_Token*',
'Prophecy\*',
];

return [
Expand Down

0 comments on commit 3faa142

Please sign in to comment.