Skip to content
Snippets Groups Projects

Issue #2845319: The highlighting of the 'Home' menu-link does not respect query strings and fragment identifiers

Open Issue #2845319: The highlighting of the 'Home' menu-link does not respect query strings and fragment identifiers
2 unresolved threads
Open Ben Mullins requested to merge issue/drupal-2845319:2845319-the-highlighting-of into 9.3.x
2 unresolved threads
1 file
+ 6
4
Compare changes
  • Side-by-side
  • Inline
  • 30cb762a
    Issue #3159842 by smustgrave, andypost, longwave: Fix wording in... · 30cb762a
    Alex Pott authored
    Issue #3159842 by smustgrave, andypost, longwave: Fix wording in BROWSERTEST_OUTPUT_BASE_URL comment
+ 6
4
@@ -24,10 +24,12 @@
@@ -24,10 +24,12 @@
<env name="SIMPLETEST_DB" value=""/>
<env name="SIMPLETEST_DB" value=""/>
<!-- Example BROWSERTEST_OUTPUT_DIRECTORY value: /path/to/webroot/sites/simpletest/browser_output -->
<!-- Example BROWSERTEST_OUTPUT_DIRECTORY value: /path/to/webroot/sites/simpletest/browser_output -->
<env name="BROWSERTEST_OUTPUT_DIRECTORY" value=""/>
<env name="BROWSERTEST_OUTPUT_DIRECTORY" value=""/>
<!-- To have browsertest output use an alternative base URL. For example if
<!-- By default, browser tests will output links that use the base URL set
SIMPLETEST_BASE_URL is an internal DDEV URL, you can set this to the
in SIMPLETEST_BASE_URL. However, if your SIMPLETEST_BASE_URL is an internal
external DDev URL so you can follow the links directly.
path (such as may be the case in a virtual or Docker-based environment),
-->
you can set the base URL used in the browser test output links to something
 
reachable from your host machine here. This will allow you to follow them
 
directly and view the output. -->
<env name="BROWSERTEST_OUTPUT_BASE_URL" value=""/>
<env name="BROWSERTEST_OUTPUT_BASE_URL" value=""/>
<!-- To disable deprecation testing completely uncomment the next line. -->
<!-- To disable deprecation testing completely uncomment the next line. -->
<!-- <env name="SYMFONY_DEPRECATIONS_HELPER" value="disabled"/> -->
<!-- <env name="SYMFONY_DEPRECATIONS_HELPER" value="disabled"/> -->
Loading