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