summaryrefslogtreecommitdiff
path: root/phpunit.xml
blob: 9d2ce659f7d2d38566f03ad9a5686c272843541e (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true"
         stopOnFailure="false"
         stopOnError="false">
    <testsuites>
        <testsuite name="Readability.php Test Suite">
            <directory>./test/</directory>
        </testsuite>
    </testsuites>
</phpunit>