<?xml version="1.0" encoding="UTF-8" ?>
<phpunit
        colors="true"
        convertErrorsToExceptions="true"
        convertNoticesToExceptions="true"
        convertWarningsToExceptions="true"
        stopOnFailure="true"
        beStrictAboutOutputDuringTests="true"
>
    <testsuites>
        <testsuite name="CleanTalk Unit Tests">
            <directory suffix=".php">./</directory>
            <exclude>./bootstrap.php</exclude>
        </testsuite>
    </testsuites>
</phpunit>
