From 695862f84093bbb45db3df05cf90a405b9b08e33 Mon Sep 17 00:00:00 2001 From: Sebastian Feldmann Date: Fri, 6 Sep 2019 11:43:02 +0200 Subject: [PATCH] Remove PHP_Token and CodeCoverage from whitelist Since CodeCoverage and PHP_Token are not part of the public API of PHPUnit they can safely be removed from the whitelist. Issue #3750 --- build/scoper.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/scoper.inc.php b/build/scoper.inc.php index 54edc2331b1..42f65fb9c8b 100644 --- a/build/scoper.inc.php +++ b/build/scoper.inc.php @@ -10,9 +10,7 @@ */ $whitelistClasses = [ 'PHPUnit\*', - 'SebastianBergmann\CodeCoverage\*', 'PharIo\*', - 'PHP_Token*', 'Prophecy\*', ];