2017-04-04 17:30:02 +12:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2016-09-12 17:42:05 +12:00
|
|
|
<!--
|
2017-04-04 17:30:02 +12:00
|
|
|
Standard module phpunit configuration.
|
|
|
|
Requires PHPUnit ^5.7
|
2016-09-12 17:42:05 +12:00
|
|
|
-->
|
2016-11-13 20:35:43 +13:00
|
|
|
<phpunit bootstrap="tests/bootstrap.php" colors="true">
|
2016-09-12 17:42:05 +12:00
|
|
|
<testsuite name="Default">
|
2016-10-14 14:30:05 +13:00
|
|
|
<directory>tests/php</directory>
|
2017-04-04 17:30:02 +12:00
|
|
|
</testsuite>
|
|
|
|
<testsuite name="framework">
|
|
|
|
<directory>tests/php</directory>
|
|
|
|
</testsuite>
|
|
|
|
<testsuite name="cms">
|
|
|
|
<directory>cms/tests</directory>
|
|
|
|
</testsuite>
|
2016-09-12 17:42:05 +12:00
|
|
|
</phpunit>
|