viagogo/gogokit.php

View on GitHub
phpunit.xml.dist

Summary

Maintainability
Test Coverage
<phpunit
        colors="true"
        stderr="true"
        convertErrorsToExceptions="true"
        convertNoticesToExceptions="true"
        convertWarningsToExceptions="true"
        stopOnFailure="false"
        bootstrap="tests/init.php">
    <testsuites>
        <testsuite name="Viagogo API SDK for PHP Test Suite">
            <directory>./tests</directory>
        </testsuite>
    </testsuites>
    <filter>
        <whitelist>
            <directory suffix=".php">./src</directory>
        </whitelist>
    </filter>
</phpunit>