Skip to content
Snippets Groups Projects
phpunit.xml 328 B
Newer Older
<phpunit
    bootstrap="../vendor/autoload.php"
    colors="true"
    cacheResultFile=".phpunit.result.cache"
    convertNoticesToExceptions="false"
    convertWarningsToExceptions="false">
    <testsuites>
        <testsuite name="Unit">
            <directory>unit</directory>
        </testsuite>
    </testsuites>
</phpunit>