Fahl-Design/log4php-slack-appender

View on GitHub
phpunit.xml

Summary

Maintainability
Test Coverage
<phpunit
        bootstrap="src/test/bootstrap.php"
        colors="true"
        convertErrorsToExceptions="true"
        convertNoticesToExceptions="true"
        convertWarningsToExceptions="true"
        stopOnFailure="false"
        processUncoveredFilesFromWhitelist="true">

    <testsuites>
        <testsuite name="log4php-slack">
            <directory suffix=".php">src/test/php</directory>
        </testsuite>
    </testsuites>

    <filter>
        <whitelist>
            <directory suffix=".php">src/main/php</directory>
            <exclude>
                <file>src/main/php/bootstrap.php</file>
            </exclude>
        </whitelist>
    </filter>

</phpunit>