Merge branch '4.13' into 4

This commit is contained in:
Guy Sartorelli 2023-09-18 11:32:55 +12:00
commit 603ffc064b
No known key found for this signature in database
GPG Key ID: F313E3B9504D496A
1 changed files with 1 additions and 3 deletions

View File

@ -29,9 +29,7 @@
<!-- Framework ORM tests are split up to run in parallel -->
<testsuite name="framework-core">
<directory>vendor/silverstripe/framework/tests/php</directory>
<exclude>
<directory>vendor/silverstripe/framework/tests/php/ORM</directory>
</exclude>
<exclude>vendor/silverstripe/framework/tests/php/ORM</exclude>
</testsuite>
<testsuite name="framework-orm">
<directory>vendor/silverstripe/framework/tests/php/ORM</directory>