diff --git a/resources/core-scoper.inc.php b/resources/core-scoper.inc.php index 8f80ea8..50b7ce1 100644 --- a/resources/core-scoper.inc.php +++ b/resources/core-scoper.inc.php @@ -46,6 +46,7 @@ ->notPath('%^tests/PHPUnit/System/ConsoleTest\\.php$%') ->notPath('%^tests/PHPUnit/System/FrontControllerTest\\.php$%') ->notPath('%^tests/resources/trigger-fatal\\.php$%') + ->notPath('%^tests/resources/overlay-test-site(-real)?/opt-out\\.php$%') ->filter(function (\SplFileInfo $file) { return !($file->isLink() && $file->isDir());