mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
19 lines
462 B
XML
19 lines
462 B
XML
<?xml version="1.0"?>
|
|
<phpunit bootstrap="tests/bootstrap.php" colors="true">
|
|
<source>
|
|
<include>
|
|
<directory suffix=".php">app/src</directory>
|
|
</include>
|
|
</source>
|
|
<coverage>
|
|
<report>
|
|
<html outputDirectory="coverage"/>
|
|
</report>
|
|
</coverage>
|
|
<testsuites>
|
|
<testsuite name="XAMXAM">
|
|
<directory>tests/phpunit</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|