2016-01-29 14:33:22 +03:00
|
|
|
<phpunit bootstrap="tests/bootstrap-unit.php"
|
2016-01-22 12:16:35 +03:00
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
convertWarningsToExceptions="true"
|
|
|
|
>
|
2016-01-15 19:11:21 +03:00
|
|
|
<testsuites>
|
|
|
|
<testsuite name="unit">
|
|
|
|
<directory>./tests/unit</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
2016-01-17 13:18:41 +03:00
|
|
|
<filter>
|
2016-01-17 17:01:39 +03:00
|
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
|
|
|
<directory suffix=".php">lib</directory>
|
|
|
|
<exclude>
|
|
|
|
<directory suffix=".php">lib/db</directory>
|
2016-01-22 12:16:35 +03:00
|
|
|
<file>lib/ilock.php</file>
|
|
|
|
<file>lib/memlock.php</file>
|
|
|
|
<file>lib/dblock.php</file>
|
2016-01-17 17:01:39 +03:00
|
|
|
</exclude>
|
|
|
|
</whitelist>
|
2016-01-17 13:18:41 +03:00
|
|
|
</filter>
|
2016-01-15 19:11:21 +03:00
|
|
|
</phpunit>
|