ecoco/magento_profiler

View on GitHub
phpunit-prod.xml.dist

Summary

Maintainability
Test Coverage
<phpunit
        bootstrap="app/code/community/Ecocode/Profiler/Tests/Prod/bootstrap.php"
        colors="true"
        verbose="true">
    <testsuites>
        <testsuite name="ecocode Magento Profiler">
            <directory suffix="Test.php">app/code/community/Ecocode/Profiler/Tests/Prod</directory>
        </testsuite>
    </testsuites>
    <filter>
        <whitelist>
            <directory suffix=".php">app/code/community/Ecocode/Profiler</directory>
            <exclude>
                <directory suffix=".php">app/code/community/Ecocode/Profiler/Tests</directory>
            </exclude>
        </whitelist>
    </filter>
    <php>
        <ini name="memory_limit" value="2047M"/>
        <env name="environment" value="prod"/>
    </php>
</phpunit>