mirror of
https://github.com/silverstripe/silverstripe-environmentcheck
synced 2024-10-22 17:05:40 +02:00
19 lines
414 B
XML
19 lines
414 B
XML
<phpunit bootstrap="vendor/silverstripe/framework/tests/bootstrap.php" colors="true">
|
|
|
|
<testsuites>
|
|
<testsuite name="Default">
|
|
<directory>tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
|
|
<filter>
|
|
<whitelist addUncoveredFilesFromWhitelist="true">
|
|
<directory suffix=".php">src/.</directory>
|
|
<exclude>
|
|
<directory suffix=".php">tests/</directory>
|
|
</exclude>
|
|
</whitelist>
|
|
</filter>
|
|
|
|
</phpunit>
|