mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 08:09:18 +02:00
9 lines
228 B
XML
9 lines
228 B
XML
<?xml version="1.0"?>
|
|
<phpunit bootstrap="tests/bootstrap.php" colors="true">
|
|
<testsuites>
|
|
<testsuite name="XAMXAM">
|
|
<directory>tests/phpunit</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|