2025-12-10 13:01:07 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
|
|
|
|
|
bootstrap="vendor/autoload.php"
|
|
|
|
|
colors="true"
|
|
|
|
|
>
|
|
|
|
|
<testsuites>
|
|
|
|
|
<testsuite name="Pairity Test Suite">
|
|
|
|
|
<directory>tests</directory>
|
|
|
|
|
</testsuite>
|
|
|
|
|
</testsuites>
|
2025-12-11 15:19:41 +00:00
|
|
|
<groups>
|
|
|
|
|
<exclude>
|
|
|
|
|
<group>mongo-integration</group>
|
|
|
|
|
</exclude>
|
|
|
|
|
</groups>
|
2025-12-10 13:01:07 +00:00
|
|
|
<source>
|
|
|
|
|
<include>
|
|
|
|
|
<directory>src</directory>
|
|
|
|
|
</include>
|
|
|
|
|
</source>
|
|
|
|
|
</phpunit>
|