summaryrefslogtreecommitdiffstats
path: root/phpunit.xml
blob: 7342c5bed63ef906219067ababfca06d4ff33fd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<phpunit bootstrap="./tests/phpunit.php">
    <testsuites>
        <testsuite>
            <directory>./tests</directory>
            <directory>./bundles/app/tests</directory>
        </testsuite>
    </testsuites>
    <filter>
        <whitelist>
            <directory suffix=".php">./src</directory>
            <directory suffix=".php">./bundles/app/src</directory>
        </whitelist>
    </filter>
</phpunit>