<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
    backupStaticAttributes="false"
    bootstrap="tests/bootstrap.php"
    colors="true"
    convertErrorsToExceptions="true"
    convertNoticesToExceptions="true"
    convertWarningsToExceptions="true"
    processIsolation="false"
    stopOnFailure="false"
    syntaxCheck="true"
    strict="false">
    <testsuites>
        <testsuite name="statsd-php Test Suite">
            <file>tests/unit/ClientTest.php</file>
            <file>tests/unit/ClientBatchTest.php</file>
            <file>tests/unit/Connection/UdpSocketTest.php</file>
            <file>tests/unit/Connection/TcpSocketTest.php</file>
        </testsuite>
    </testsuites>
</phpunit>
