2024-07-10 18:28:19 +05:45
|
|
|
<?xml version="1.0"?>
|
2024-09-29 16:59:27 +05:45
|
|
|
<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 18:28:19 +05:45
|
|
|
<testsuites>
|
|
|
|
<testsuite name="Application">
|
|
|
|
<directory>test</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
<logging/>
|
2024-09-29 16:59:27 +05:45
|
|
|
<source>
|
|
|
|
<include>
|
|
|
|
<directory suffix=".php">src</directory>
|
|
|
|
</include>
|
|
|
|
</source>
|
2024-07-10 18:28:19 +05:45
|
|
|
</phpunit>
|