Indefero

Indefero Git Source Tree


Root/phpunit.xml

<phpunit backupGlobals="true"
         backupStaticAttributes="false"
         bootstrap="test/bootstrap.php"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"
         strict="false"
         verbose="true">
 
    <testsuites>
        <testsuite name="Everything">
            <directory>test/IDF/</directory>
        </testsuite>
    </testsuites>
</phpunit>

Archive Download this file

Page rendered in 0.12051s using 11 queries.