Compare commits

..

No commits in common. "6119d97ebd61ade68c4693dbb86f3799e67fdb9b" and "6c1f01d514859271fd7f4649533888b180ba7930" have entirely different histories.

1 changed files with 3 additions and 1 deletions

View File

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