silverstripe-postgresql/phpunit.xml.dist

17 lines
352 B
Plaintext
Raw Normal View History

2017-07-26 15:24:11 +02:00
<phpunit bootstrap="cms/tests/bootstrap.php" colors="true">
2017-05-26 00:23:17 +02:00
<testsuite name="Default">
<directory>tests</directory>
</testsuite>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">.</directory>
<exclude>
<directory suffix=".php">tests/</directory>
</exclude>
</whitelist>
</filter>
</phpunit>