sinergi/config

View on GitHub
phpunit.xml.dist

Summary

Maintainability
Test Coverage
<phpunit backupGlobals="false"
         backupStaticAttributes="false"
         bootstrap="tests/bootstrap.php"
         colors="true"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"
         stopOnFailure="false"
         syntaxCheck="false">
    <testsuites>
        <testsuite name="Sinergi Config Test Suite">
            <directory>./tests/Config/</directory>
        </testsuite>
    </testsuites>
</phpunit>