mirror of
https://github.com/silverstripe/silverstripe-tagfield
synced 2024-10-22 11:05:32 +02:00
e2aea4e0eb
* Update Scrutinizer configuration * Update Travis and code coverage build badges, update example code
14 lines
442 B
XML
14 lines
442 B
XML
<phpunit bootstrap="vendor/silverstripe/cms/tests/bootstrap.php" colors="true">
|
|
<testsuite name="Default">
|
|
<directory>tests/</directory>
|
|
</testsuite>
|
|
<filter>
|
|
<whitelist addUncoveredFilesFromWhitelist="true">
|
|
<directory suffix=".php">src/</directory>
|
|
<exclude>
|
|
<directory suffix=".php">tests/</directory>
|
|
</exclude>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit>
|