<?xml version="1.0" encoding="utf-8"?>
<phpunit colors="true"
         bootstrap="vendor/autoload.php">

    <testsuites>

        <testsuite name="Test suite">
            <directory>./tests</directory>
        </testsuite>

    </testsuites>

</phpunit>
