
| Current Path : /var/www/html/rocksensor2/web/modules/contrib/visitors/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor2/web/modules/contrib/visitors/phpunit.xml.dist |
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
bootstrap="web/core/tests/bootstrap.php"
cacheDirectory=".phpunit.cache"
executionOrder="depends,defects"
requireCoverageMetadata="false"
beStrictAboutCoverageMetadata="false"
beStrictAboutOutputDuringTests="true"
displayDetailsOnPhpunitDeprecations="true"
displayDetailsOnTestsThatTriggerWarnings="true"
failOnPhpunitDeprecation="true"
failOnRisky="true"
failOnWarning="true">
<php>
<!-- Example for changing the driver args to webdriver tests MINK_DRIVER_ARGS_WEBDRIVER value: '["chrome", { "goog:chromeOptions": { "w3c": false } }, "http://localhost:4444/wd/hub"]' For using the Firefox browser, replace "chrome" with "firefox" -->
<env name="MINK_DRIVER_ARGS_WEBDRIVER" value='["chrome", {"browserName":"chrome","chromeOptions":{"args":["--disable-gpu","--headless", "--no-sandbox"]}}, "http://chromedriver:9515"]'/>
</php>
<extensions>
<!-- Functional tests HTML output logging. -->
<bootstrap class="Drupal\TestTools\Extension\HtmlLogging\HtmlOutputLogger">
<!-- The directory where the browser output will be stored. If a relative
path is specified, it will be relative to the current working directory
of the process running the PHPUnit CLI. In CI environments, this can be
overridden by the value set for the "BROWSERTEST_OUTPUT_DIRECTORY"
environment variable.
-->
<parameter name="outputDirectory" value="sites/simpletest/browser_output"/>
<!-- By default browser tests print the individual links in the test run
report. To avoid overcrowding the output in CI environments, you can
set the "verbose" parameter or the "BROWSERTEST_OUTPUT_VERBOSE"
environment variable to "false". In GitLabCI, the output is saved
anyway as an artifact that can be browsed or downloaded from Gitlab.
-->
</bootstrap>
</extensions>
<testsuites>
<testsuite name="unit">
<directory>web/modules/custom/visitors/tests/src/Unit</directory>
<directory>web/modules/custom/visitors/visitors_geoip/tests/src/Unit</directory>
</testsuite>
<testsuite name="kernel">
<directory>web/modules/custom/visitors/tests/src/Kernel</directory>
<directory>web/modules/custom/visitors/visitors_geoip/tests/src/Kernel</directory>
</testsuite>
<testsuite name="functional">
<directory>web/modules/custom/visitors/tests/src/Functional</directory>
<directory>web/modules/custom/visitors/visitors_geoip/tests/src/Functional</directory>
</testsuite>
<testsuite name="functional-javascript">
<directory>web/modules/custom/visitors/tests/src/FunctionalJavascript</directory>
<directory>web/modules/custom/visitors/visitors_geoip/tests/src/FunctionalJavascript</directory>
</testsuite>
</testsuites>
<source restrictDeprecations="true" restrictNotices="true" restrictWarnings="false">
<include>
<directory>web/modules/custom/visitors</directory>
<directory suffix=".module">web/modules/custom/visitors</directory>
<directory suffix=".install">web/modules/custom/visitors</directory>
<directory>web/modules/custom/visitors/visitors_geoip</directory>
<directory suffix=".module">web/modules/custom/visitors/visitors_geoip</directory>
<directory suffix=".install">web/modules/custom/visitors/visitors_geoip</directory>
</include>
<exclude>
<directory>web/modules/custom/visitors/visitors_geoip/tests</directory>
<directory>web/modules/custom/visitors/tests</directory>
</exclude>
</source>
</phpunit>