23 lines
515 B
Plaintext
23 lines
515 B
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<phpunit bootstrap="vendor/autoload.php" verbose="true" colors="true"
|
||
|
|
convertNoticesToExceptions="true"
|
||
|
|
>
|
||
|
|
<testsuites>
|
||
|
|
<testsuite>
|
||
|
|
<directory>tests/</directory>
|
||
|
|
</testsuite>
|
||
|
|
</testsuites>
|
||
|
|
|
||
|
|
<filter>
|
||
|
|
<whitelist>
|
||
|
|
<directory suffix=".php">OLE/</directory>
|
||
|
|
<file>OLE.php</file>
|
||
|
|
</whitelist>
|
||
|
|
</filter>
|
||
|
|
|
||
|
|
<logging>
|
||
|
|
<log type="coverage-clover" target="build/logs/clover.xml"/>
|
||
|
|
<log type="coverage-text" target="php://stdout"/>
|
||
|
|
</logging>
|
||
|
|
</phpunit>
|