You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
337 B
14 lines
337 B
9 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
9 years ago
|
<phpunit colors="true"
|
||
|
bootstrap="../SourceQuery/bootstrap.php"
|
||
|
verbose="true">
|
||
9 years ago
|
<testsuites>
|
||
|
<testsuite name="Tests">
|
||
|
<file>./Tests.php</file>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
<logging>
|
||
|
<log type="coverage-clover" target="../build/logs/clover.xml"/>
|
||
|
</logging>
|
||
|
</phpunit>
|