Skip to content
Snippets Groups Projects
Commit d06e04a4 authored by Joachim Noreiko's avatar Joachim Noreiko
Browse files

Added note about repeated requests.

parent e8de0be7
Branches
Tags
2 merge requests!11727Draft: Issue #3517299: Convert functional tests in help module to kernel tests,!9826Resolve #3390193 "Add drupalget with mink to kerneltestbase"
...@@ -45,6 +45,10 @@ trait HttpKernelUiHelperTrait { ...@@ -45,6 +45,10 @@ trait HttpKernelUiHelperTrait {
* Page caching modules will not function, because the * Page caching modules will not function, because the
* CommandLineOrUnsafeMethod caching policy will deny caching. * CommandLineOrUnsafeMethod caching policy will deny caching.
* *
* Some requests may not function correctly because DrupalKernel is not
* explicitly designed to handle multiple requests: see
* https://www.drupal.org/project/drupal/issues/2708827.
*
* @param string|\Drupal\Core\Url $path * @param string|\Drupal\Core\Url $path
* Drupal path or URL to load into Mink controlled browser. * Drupal path or URL to load into Mink controlled browser.
* @param array $options * @param array $options
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment