| <?xml version="1.0" encoding="UTF-8" ?>
<phpunit bootstrap="./vendor/autoload.php"
         color="true"
         convertErrorsToException="true"
         convertNoticesToException="true"
         convertWarningsToException="true"
         stopOnFailures="false"
         syntaxCheck="false"
         >
    <testsuites>
        <testsuite name="LanguageDetector PHPUnit Test">
            <directory>./tests/</directory>
        </testsuite>
    </testsuites>
</phpunit>
 |