Skip to content

Commit

Permalink
Remove PHP_Token and CodeCoverage from whitelist
Browse files Browse the repository at this point in the history
Since CodeCoverage and PHP_Token are not part of the public API of
PHPUnit they can safely be removed from the whitelist.

Issue sebastianbergmann#3750
  • Loading branch information
Sebastian Feldmann committed Sep 6, 2019
1 parent e5e5a3c commit 695862f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/scoper.inc.php
Expand Up @@ -10,9 +10,7 @@
*/
$whitelistClasses = [
'PHPUnit\*',
'SebastianBergmann\CodeCoverage\*',
'PharIo\*',
'PHP_Token*',
'Prophecy\*',
];

Expand Down

0 comments on commit 695862f

Please sign in to comment.