mailgun-php/phpunit.xml.dist
2013-08-02 14:37:29 -07:00

20 lines
543 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/Bootstrap.php"
colors="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader">
<testsuites>
<testsuite>
<directory>tests/Mailgun/Tests</directory>
</testsuite>
</testsuites>
</phpunit>