23 lines
334 B
XML
Executable File
23 lines
334 B
XML
Executable File
<phpunit bootstrap="bootstrap.php">
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="api/config">
|
|
<directory prefix="api">./tests</directory>
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
|
|
<filter>
|
|
<whitelist>
|
|
<directory>../build/</directory>
|
|
</whitelist>
|
|
</filter>
|
|
|
|
<logging>
|
|
<log type="coverage-html" target="coverage"/>
|
|
</logging>
|
|
|
|
</phpunit>
|