xref: /plugin/statistics/vendor/mustangostang/spyc/phpunit.xml (revision d5ef99ddb7dfb0cfae33e9257bd1d788f682c50f)
1*d5ef99ddSAndreas Gohr<?xml version="1.0" encoding="UTF-8"?>
2*d5ef99ddSAndreas Gohr<phpunit colors="true" bootstrap="vendor/autoload.php">
3*d5ef99ddSAndreas Gohr    <testsuites>
4*d5ef99ddSAndreas Gohr        <testsuite name="all">
5*d5ef99ddSAndreas Gohr            <directory suffix="Test.php">tests/</directory>
6*d5ef99ddSAndreas Gohr        </testsuite>
7*d5ef99ddSAndreas Gohr    </testsuites>
8*d5ef99ddSAndreas Gohr</phpunit>
9