mailgun-php/phpunit.xml.dist

20 lines
529 B
Plaintext
Raw Normal View History

2013-07-23 09:11:01 +04:00
<?xml version="1.0" encoding="UTF-8"?>
2016-08-10 18:06:27 +03:00
<phpunit bootstrap="vendor/autoload.php"
2013-07-23 09:11:01 +04:00
colors="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader">
<testsuites>
<testsuite>
2016-08-10 18:06:27 +03:00
<directory>tests</directory>
2013-07-23 09:11:01 +04:00
</testsuite>
</testsuites>
2013-07-23 09:11:01 +04:00
</phpunit>