mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-22 04:26:02 +03:00
19 lines
546 B
Plaintext
19 lines
546 B
Plaintext
|
<?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>
|