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