2022-07-09 22:16:46 +02:00
|
|
|
|
|
|
|
<phpunit
|
|
|
|
bootstrap="vendor/autoload.php"
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
convertWarningsToExceptions="true">
|
|
|
|
|
2022-07-16 23:49:47 +02:00
|
|
|
<testsuite name="linkmobility">
|
2022-07-09 22:16:46 +02:00
|
|
|
<directory>./Tests</directory>
|
|
|
|
</testsuite>
|
|
|
|
|
|
|
|
<filter>
|
|
|
|
<whitelist>
|
|
|
|
<directory suffix=".php">src</directory>
|
|
|
|
</whitelist>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
<logging>
|
|
|
|
<log type="coverage-clover" target="build/logs/clover.xml"/>
|
|
|
|
</logging>
|
|
|
|
|
|
|
|
</phpunit>
|