Compare commits

..

No commits in common. "603ffc064b81c7e7cb33660158fc2fc8753febe1" and "635d8be6fcd6499d38373bafba9e0e3118eb14c7" 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>