File "phpunit-unit.xml"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/flexible-shipping-pro/vendor/wpdesk/wp-wpdesk-fs-compatibility/phpunit-unit.xml
File size: 692 bytes
MIME-type: text/plain
Charset: utf-8

<phpunit bootstrap="tests/unit/bootstrap.php">
    <testsuites>
        <testsuite>
            <directory prefix="Test" suffix=".php">./tests/unit/</directory>
        </testsuite>
    </testsuites>

    <filter>
        <whitelist>
            <directory suffix=".php">src</directory>
        </whitelist>
    </filter>

    <logging>
        <log type="junit" target="build-coverage/report.junit.xml"/>
        <log type="coverage-html" target="build-coverage/coverage" charset="UTF-8" yui="true" highlight="true"/>
        <log type="coverage-text" target="build-coverage/coverage.txt"/>
        <log type="coverage-clover" target="build-coverage/clover.xml"/>
    </logging>

</phpunit>