summaryrefslogtreecommitdiff
path: root/plugins/af_readability/vendor/masterminds/html5/phpunit.xml.dist
blob: 8e7750d5b3388d082223ff683250eb8ca9b30f00 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true" bootstrap="vendor/autoload.php">
    <testsuites>
        <testsuite name="PHPUnit">
          <directory>test/HTML5/</directory>
        </testsuite>
    </testsuites>
</phpunit>