silverstripe-framework/phpunit.xml.dist

17 lines
432 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<!--
Standard module phpunit configuration.
Requires PHPUnit ^5.7
-->
<phpunit bootstrap="tests/bootstrap.php" colors="true">
<testsuite name="Default">
2016-10-14 03:30:05 +02:00
<directory>tests/php</directory>
</testsuite>
<testsuite name="framework">
<directory>tests/php</directory>
</testsuite>
<testsuite name="cms">
<directory>cms/tests</directory>
</testsuite>
</phpunit>