2024-07-10 12:43:19 +00:00
|
|
|
<?xml version="1.0"?>
|
2024-09-29 11:14:27 +00:00
|
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="test/bootstrap.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd" cacheDirectory=".phpunit.cache">
|
|
|
|
<coverage/>
|
2024-07-10 12:43:19 +00:00
|
|
|
<testsuites>
|
|
|
|
<testsuite name="Application">
|
|
|
|
<directory>test</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
<logging/>
|
2024-09-29 11:14:27 +00:00
|
|
|
<source>
|
|
|
|
<include>
|
|
|
|
<directory suffix=".php">src</directory>
|
|
|
|
</include>
|
|
|
|
</source>
|
2024-07-10 12:43:19 +00:00
|
|
|
</phpunit>
|