<phpunit bootstrap="../vendor/autoload.php" colors="false" stopOnFailure="false" processIsolation="false">
    <testsuite name="OrchardLibraryName">
        <directory>./</directory>
    </testsuite>
    <filter>
        <whitelist>
            <directory suffix=".php">../src</directory>
            <exclude>
                <directory>../vendor</directory>
                <directory>../tests</directory>
            </exclude>
        </whitelist>
    </filter>
</phpunit>
