2018-06-20 11:27:16 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
2019-07-24 17:13:55 +03:00
|
|
|
<phpunit bootstrap="tests/bootstrap.php"
|
|
|
|
backupGlobals="false"
|
|
|
|
backupStaticAttributes="false"
|
|
|
|
colors="true"
|
|
|
|
verbose="true"
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
convertWarningsToExceptions="true"
|
2024-01-27 19:40:29 +03:00
|
|
|
convertDeprecationsToExceptions="true"
|
2019-07-24 17:13:55 +03:00
|
|
|
processIsolation="false"
|
|
|
|
stopOnFailure="false">
|
2018-06-20 11:27:16 +03:00
|
|
|
|
|
|
|
<testsuites>
|
|
|
|
|
|
|
|
<testsuite name="php">
|
2019-07-24 17:13:55 +03:00
|
|
|
<directory>./tests/AtolOnlineClient</directory>
|
2018-06-20 11:27:16 +03:00
|
|
|
</testsuite>
|
|
|
|
|
|
|
|
</testsuites>
|
|
|
|
|
2019-07-24 17:13:55 +03:00
|
|
|
<filter>
|
|
|
|
<whitelist>
|
|
|
|
<directory>src</directory>
|
|
|
|
</whitelist>
|
|
|
|
</filter>
|
2018-06-20 11:27:16 +03:00
|
|
|
</phpunit>
|