xref: /plugin/statistics/vendor/mustangostang/spyc/phpunit.xml (revision 1fd51258e31fef4dcc2da00c993da44787daea96)
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