ctrl-f5/ctrl-rad-bundle

View on GitHub
phpunit.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>

<phpunit bootstrap="./Test/bootstrap.php" colors="true">
    <testsuites>
        <testsuite name="CtrlRadBundle test suite">
            <directory suffix="Test.php">./Test</directory>
        </testsuite>
    </testsuites>

    <filter>
        <whitelist>
            <directory>./</directory>
            <exclude>
                <directory>./Resources</directory>
                <directory>./Test</directory>
                <directory>./vendor</directory>
            </exclude>
        </whitelist>
    </filter>
</phpunit>