mirror of
https://github.com/wilr/silverstripe-googlesitemaps.git
synced 2024-10-22 11:05:48 +02:00
15 lines
536 B
XML
15 lines
536 B
XML
<?xml version="1.0"?>
|
|
<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>
|
|
<testsuite name="Default">
|
|
<directory>tests</directory>
|
|
</testsuite>
|
|
</phpunit>
|