<phpunit bootstrap="../vendor/autoload.php" colors="false" stopOnFailure="false" processIsolation="true">
    <testsuite name="OrchardApi">
	
    </testsuite>
    <filter>
        <whitelist>
            <directory suffix=".php">../application/services</directory>
        </whitelist>
    </filter>
    <logging>
        <log type="coverage-html" target="../build/coverage" charset="UTF-8"
             yui="true" highlight="true" lowUpperBound="35" highLowerBound="70" />
        <log type="coverage-clover" target="../build/logs/phpunit.coverage.xml" />
        <log type="junit" target="../build/logs/phpunit.xml" logIncompleteSkipped="true" />
    </logging>
</phpunit>
