2017-09-05 09:36:10 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<phpunit bootstrap="../vendor/autoload.php">
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="µlogger test suite">
|
|
|
|
<directory suffix=".php">tests</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
<filter>
|
|
|
|
<whitelist>
|
|
|
|
<directory suffix=".php">..</directory>
|
|
|
|
<exclude>
|
|
|
|
<directory suffix=".php">../.tests</directory>
|
|
|
|
<directory suffix=".php">../vendor</directory>
|
|
|
|
</exclude>
|
|
|
|
</whitelist>
|
|
|
|
</filter>
|
|
|
|
<logging>
|
|
|
|
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
|
|
|
|
</logging>
|
2017-09-07 18:09:36 +02:00
|
|
|
<php>
|
|
|
|
<server name='HTTP_HOST' value='http://127.0.0.1' />
|
|
|
|
</php>
|
2017-09-05 09:36:10 +02:00
|
|
|
</phpunit>
|