<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="false"
         bootstrap="vendor/autoload.php"
         failOnRisky="false"
         processIsolation="false"
         stopOnError="false"
         stopOnFailure="false"
         printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer"
         verbose="true"
>
    <testsuites>
        <testsuite name="Unit">
            <directory>tests/Unit</directory>
        </testsuite>
        <testsuite name="Tickets">
            <directory>tickets</directory>
        </testsuite>
    </testsuites>
</phpunit>
