mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2025-10-29 19:12:30 +01:00
19 lines
466 B
XML
19 lines
466 B
XML
<?xml version="1.0"?>
|
|
<phpunit bootstrap="../vendor/autoload.php" cacheResult="false">
|
|
<filter>
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
|
<directory suffix=".php">../src</directory>
|
|
</whitelist>
|
|
</filter>
|
|
|
|
<logging>
|
|
<log type="coverage-clover" target="../var/coverage.xml"/>
|
|
</logging>
|
|
|
|
<testsuites>
|
|
<testsuite name="all">
|
|
<directory suffix="Test.php">../test</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|