Skip to content

Commit

Permalink
do not prefix overlay test site
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Jun 12, 2024
1 parent 2de5b4a commit 1c3a630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/core-scoper.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 1c3a630

Please sign in to comment.