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

Added note about repeated requests.

parent e8006511
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,10 @@ trait HttpKernelUiHelperTrait {
* Page caching modules will not function, because the
* 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
* Drupal path or URL to load into Mink controlled browser.
* @param array $options
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment