Skip to content

Commit

Permalink
Merge pull request #74 from creative-commoners/pulls/6/testsuites
Browse files Browse the repository at this point in the history
MNT Update framework testsuites
  • Loading branch information
GuySartorelli authored Oct 21, 2024
2 parents 0d1694c + 7f737fa commit d3e6930
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
</testsuite>

<!-- Framework ORM tests are split up to run in parallel -->
<testsuite name="framework-orm">
<directory>vendor/silverstripe/framework/tests/php/ORM</directory>
</testsuite>
<testsuite name="framework-core">
<!-- Will be run in github actions CI with option exclude-filter /ORM/ -->
<directory>vendor/silverstripe/framework/tests/php</directory>
</testsuite>
<testsuite name="framework-orm">
<!-- Will be run in github actions CI with option filter /ORM/ -->
<directory>vendor/silverstripe/framework/tests/php</directory>
<exclude>vendor/silverstripe/framework/tests/php/ORM</exclude>
</testsuite>

<testsuite name="recipe-cms">
Expand Down

0 comments on commit d3e6930

Please sign in to comment.