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