rogervila/cart

View on GitHub
phpunit.xml

Summary

Maintainability
Test Coverage
<phpunit
        bootstrap="vendor/autoload.php"
        backupGlobals="false"
        backupStaticAttributes="false"
        colors="true"
        convertErrorsToExceptions="true"
        convertNoticesToExceptions="true"
        convertWarningsToExceptions="true"
        processIsolation="false"
        stopOnFailure="false"
        syntaxCheck="true"
        verbose="true"
        stderr="true"
>
    <testsuites>
        <testsuite name="Cart Test Suite">
            <directory>./tests/</directory>
        </testsuite>
    </testsuites>
</phpunit>