<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
         backupStaticAttributes="false"
         syntaxCheck="true"
         processIsolation="false"

         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"

         stopOnFailure="false"
         bootstrap="vendor/autoload.php"
>
    <testsuites>
        <testsuite name="php-beanstalk Test Suite">
            <directory suffix="Test.php">./tests/UnitTests</directory>
        </testsuite>
    </testsuites>
</phpunit>