Skip to content

Commit

Permalink
Update PHP-Scoper configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 18, 2022
1 parent 0e631be commit d4f823e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions build/config/php-scoper.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@
*/

return [
'whitelist' => [
'PHPUnit\*',
'Prophecy\*',
'exclude-namespaces' => [
'PHPUnit',
'Prophecy'
],
'expose-constants' => [
'/^__PHPUNIT_.+$/'
],
];

0 comments on commit d4f823e

Please sign in to comment.