| <?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="Bootstrap.php" cbackupStaticAttributes="false"
         colors="true"
         convertErrorsToExceptions="false"
         convertNoticesToExceptions="false"
         convertWarningsToExceptions="false"
         processIsolation="false"
         stopOnFailure="false"
         syntaxCheck="false">
    <testsuites>
        <testsuite name="MelisCmsTest">
            <directory suffix=".php">./MelisCmsTest</directory>
        </testsuite>
    </testsuites>
</phpunit>
 |