<phpunit backupGlobals="false"
         backupStaticAttributes="false"
         bootstrap="bootstrap_phpunit.php"
         cacheTokens="true"
         colors="true"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"
         processIsolation="false"
         stopOnFailure="false"
         syntaxCheck="false"
         verbose="false">
    <testsuites>
        <testsuite name="core">
            <directory suffix=".php">tests</directory>
        </testsuite>
    </testsuites>
</phpunit>