<phpunit
        bootstrap="bootstrap.php"
        colors="true"
        convertErrorsToExceptions="true"
        convertNoticesToExceptions="true"
        convertWarningsToExceptions="true"
        verbose="true"
        stopOnFailure="false"
        stopOnError="false"
        processIsolation="false"
        backupGlobals="false"
        syntaxCheck="true"
        >

    <testsuites>
        <testsuite name="ZfcTwig Test Suite">
            <directory>./ZfcTwigTest</directory>
        </testsuite>
    </testsuites>

</phpunit>

