1<?xml version="1.0" encoding="UTF-8"?>
2<phpunit bootstrap="./vendor/autoload.php"
3         colors="true">
4    <testsuites>
5        <testsuite name="Unit tests">
6            <directory>tests</directory>
7        </testsuite>
8    </testsuites>
9</phpunit>
10