mailgun-php/phpunit.xml.dist

21 lines
630 B
Plaintext
Raw Normal View History

2013-07-22 22:11:01 -07:00
<?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>
<exclude>./tests/Mailgun/Tests/Connection/ConnectionTest.php</exclude>
2013-07-22 22:11:01 -07:00
</testsuite>
</testsuites>
2013-07-22 22:11:01 -07:00
</phpunit>