Firesphere/silverstripe-solr-member-permissions

View on GitHub
phpunit.xml.dist

Summary

Maintainability
Test Coverage
<phpunit printerClass="ScriptFUSION\PHPUnitImmediateExceptionPrinter\ImmediateExceptionPrinter"
         bootstrap="vendor/silverstripe/cms/tests/bootstrap.php"
         colors="true">

    <testsuite name="Default">
        <directory>tests</directory>
    </testsuite>
    <filter>
        <whitelist processUncoveredFilesFromWhitelist="true">
            <directory suffix=".php">src/</directory>
        </whitelist>
    </filter>
    <php>
        <get name="flush" value="all"/>
    </php>
    <groups>
        <exclude>
            <group>sanitychecks</group>
        </exclude>
    </groups>
</phpunit>