updated core from 8.4 to 8.5 : bug with login_destination
This commit is contained in:
+10
-6
@@ -8,8 +8,7 @@
|
||||
<phpunit bootstrap="tests/bootstrap.php" colors="true"
|
||||
beStrictAboutTestsThatDoNotTestAnything="true"
|
||||
beStrictAboutOutputDuringTests="true"
|
||||
beStrictAboutChangesToGlobalState="true"
|
||||
checkForUnintentionallyCoveredCode="false">
|
||||
beStrictAboutChangesToGlobalState="true">
|
||||
<!-- TODO set printerClass="\Drupal\Tests\Listeners\HtmlOutputPrinter" once
|
||||
https://youtrack.jetbrains.com/issue/WI-24808 is resolved. Drupal provides a
|
||||
result printer that links to the html output results for functional tests.
|
||||
@@ -29,6 +28,12 @@
|
||||
<env name="SIMPLETEST_DB" value=""/>
|
||||
<!-- Example BROWSERTEST_OUTPUT_DIRECTORY value: /path/to/webroot/sites/simpletest/browser_output -->
|
||||
<env name="BROWSERTEST_OUTPUT_DIRECTORY" value=""/>
|
||||
<!-- To disable deprecation testing uncomment the next line. -->
|
||||
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak_vendors"/>
|
||||
<!-- Example for changing the driver class for mink tests MINK_DRIVER_CLASS value: 'Drupal\FunctionalJavascriptTests\DrupalSelenium2Driver' -->
|
||||
<!-- Example for changing the driver args to mink tests MINK_DRIVER_ARGS value: '["http://127.0.0.1:8510"]' -->
|
||||
<!-- Example for changing the driver args to phantomjs tests MINK_DRIVER_ARGS_PHANTOMJS value: '["http://127.0.0.1:8510"]' -->
|
||||
<!-- Example for changing the driver args to webdriver tests MINK_DRIVER_ARGS_WEBDRIVER value: '["firefox", null, "http://localhost:4444/wd/hub"]' -->
|
||||
</php>
|
||||
<testsuites>
|
||||
<testsuite name="unit">
|
||||
@@ -45,12 +50,11 @@
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
<listeners>
|
||||
<listener class="\Drupal\Tests\Listeners\DrupalListener">
|
||||
</listener>
|
||||
<!-- The Symfony deprecation listener has to come after the Drupal listener -->
|
||||
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener">
|
||||
</listener>
|
||||
<listener class="\Drupal\Tests\Listeners\DrupalStandardsListener">
|
||||
</listener>
|
||||
<listener class="\Drupal\Tests\Listeners\DrupalComponentTestListener">
|
||||
</listener>
|
||||
</listeners>
|
||||
<!-- Filter for coverage reports. -->
|
||||
<filter>
|
||||
|
||||
Reference in New Issue
Block a user