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"
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
2019-01-09 22:18:58 +03:00
|
|
|
convertWarningsToExceptions="true">
|
2013-07-23 09:11:01 +04:00
|
|
|
|
|
|
|
<testsuites>
|
2019-01-06 12:37:07 +03:00
|
|
|
<testsuite name="Mailgun test suite">
|
2016-08-10 18:06:27 +03:00
|
|
|
<directory>tests</directory>
|
2013-07-23 09:11:01 +04:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
|
2016-10-27 09:34:27 +03:00
|
|
|
<filter>
|
|
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
|
|
|
<directory suffix=".php">src</directory>
|
|
|
|
</whitelist>
|
|
|
|
</filter>
|
2013-07-23 09:11:01 +04:00
|
|
|
</phpunit>
|