Skip to content

Commit

Permalink
Update phpunit configuration to exlude more test directories (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish authored Oct 11, 2024
1 parent 3d6132f commit dfa9c1d
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 100 deletions.
150 changes: 52 additions & 98 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions tests/phpunit/example.phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@
<directory suffix=".post_update.php">../modules/custom/*</directory>
<directory suffix=".post_update.php">../profiles/*</directory>
<directory>../modules/custom/*/tests</directory>
<directory>../modules/custom/*/modules/*/tests</directory>
<directory>../modules/custom/*/*/tests</directory>
<directory>../modules/custom/*/*/*/tests</directory>
<directory>../modules/custom/*/*/*/*/tests</directory>
<directory>../modules/custom/*/*/*/*/*/tests</directory>
<directory>../modules/custom/*/*/*/*/*/*/tests</directory>
<directory>../profiles/lagunita/*/tests</directory>
<directory>../profiles/lagunita/*/modules/*/tests</directory>
<directory>../profiles/lagunita/*/*/tests</directory>
<directory>../profiles/lagunita/*/*/*/tests</directory>
<directory>../profiles/lagunita/*/*/*/*/tests</directory>
</exclude>
</coverage>
<!-- set printerClass="\Drupal\Tests\Listeners\HtmlOutputPrinter" once
Expand Down

0 comments on commit dfa9c1d

Please sign in to comment.