2022-08-01 00:45:49 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2024-10-22 06:58:11 +02:00
|
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/silverstripe/framework/tests/bootstrap.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
|
|
|
|
<coverage includeUncoveredFiles="true">
|
|
|
|
<include>
|
|
|
|
<directory suffix=".php">src/</directory>
|
|
|
|
</include>
|
|
|
|
<exclude>
|
|
|
|
<directory suffix=".php">tests/</directory>
|
|
|
|
</exclude>
|
|
|
|
</coverage>
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="Default">
|
|
|
|
<directory>tests/</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
2017-11-29 03:20:09 +01:00
|
|
|
</phpunit>
|