<?xml version="1.0" encoding="UTF-8" ?>
<phpunit color="true"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"
         stopOnFailures="true"
         syntaxCheck="false"
         strict="true"
         >
    <testsuites>
        <testsuite name="Unit Tests">
            <directory>./</directory>
        </testsuite>
    </testsuites>
</phpunit>
