docker-example-drupal/phpunit.xml.dist

38 lines
1.3 KiB
Plaintext
Raw Normal View History

2023-01-21 15:50:45 +00:00
<?xml version="1.0" encoding="UTF-8"?>
2023-06-27 20:21:55 +00:00
<!-- Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs. -->
2023-03-14 20:20:48 +00:00
<phpunit
beStrictAboutChangesToGlobalState="true"
2023-04-12 22:07:08 +00:00
beStrictAboutOutputDuringTests="false"
2023-03-14 20:20:48 +00:00
beStrictAboutTestsThatDoNotTestAnything="true"
bootstrap="web/core/tests/bootstrap.php"
cacheResult="false"
colors="true"
failOnWarning="true"
printerClass="\Drupal\Tests\Listeners\HtmlOutputPrinter"
>
<php>
<env name="BROWSERTEST_OUTPUT_BASE_URL" value=""/>
<env name="BROWSERTEST_OUTPUT_DIRECTORY" value=""/>
<env name="MINK_DRIVER_ARGS" value=''/>
<env name="MINK_DRIVER_ARGS_WEBDRIVER" value=''/>
<env name="MINK_DRIVER_CLASS" value=''/>
<env name="SIMPLETEST_BASE_URL" value="http://web"/>
<env name="SIMPLETEST_DB" value="mysql://app:app@database/app#test"/>
2023-03-14 20:20:48 +00:00
<ini name="error_reporting" value="32767"/>
<ini name="memory_limit" value="-1"/>
</php>
<testsuites>
<testsuite name="functional">
<directory>./web/modules/custom/**/tests/**/Functional</directory>
</testsuite>
<testsuite name="kernel">
<directory>./web/modules/custom/**/tests/**/Kernel</directory>
</testsuite>
<testsuite name="unit">
<directory>./web/modules/custom/**/tests/**/Unit</directory>
</testsuite>
</testsuites>
2023-01-21 15:50:45 +00:00
</phpunit>