2026-03-01 13:08:22 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<phpunit
|
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2026-03-01 13:25:02 +01:00
|
|
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
|
2026-03-01 13:08:22 +01:00
|
|
|
bootstrap="tests/bootstrap.php"
|
|
|
|
|
colors="true"
|
|
|
|
|
failOnWarning="true"
|
2026-03-01 13:25:02 +01:00
|
|
|
cacheDirectory=".phpunit.cache"
|
2026-03-01 13:08:22 +01:00
|
|
|
>
|
|
|
|
|
<testsuites>
|
|
|
|
|
<testsuite name="Unit">
|
|
|
|
|
<directory suffix="Test.php">tests/Unit</directory>
|
|
|
|
|
</testsuite>
|
|
|
|
|
</testsuites>
|
|
|
|
|
|
2026-03-01 13:25:02 +01:00
|
|
|
<source>
|
2026-03-01 13:08:22 +01:00
|
|
|
<include>
|
|
|
|
|
<directory suffix=".php">includes</directory>
|
|
|
|
|
</include>
|
2026-03-01 13:25:02 +01:00
|
|
|
</source>
|
2026-03-01 13:08:22 +01:00
|
|
|
</phpunit>
|