mirror of
https://gitlab.com/openlp/website.git
synced 2024-12-22 21:12:50 +00:00
16 lines
425 B
XML
16 lines
425 B
XML
<phpunit bootstrap="tests/bootstrap.php" colors="true">
|
|
<testsuites>
|
|
<testsuite name="Stripe PHP Test Suite">
|
|
<directory suffix="Test.php">tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<filter>
|
|
<whitelist>
|
|
<directory>lib</directory>
|
|
</whitelist>
|
|
</filter>
|
|
<logging>
|
|
<log type="coverage-clover" target="clover.xml"/>
|
|
</logging>
|
|
</phpunit>
|