2016-12-26 10:05:30 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<phpunit>
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="AllTests">
|
|
|
|
<directory>lam/tests</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
2016-12-26 17:06:18 +00:00
|
|
|
<php>
|
|
|
|
<includePath>.</includePath>
|
|
|
|
</php>
|
2016-12-26 17:31:55 +00:00
|
|
|
<logging>
|
|
|
|
<log type="coverage-html" target="../code-coverage/html"/>
|
|
|
|
</logging>
|
2016-12-26 10:05:30 +00:00
|
|
|
</phpunit>
|