diff --git a/core/modules/system/templates/html.html.twig b/core/modules/system/templates/html.html.twig index 0ebd853..f7516fd 100644 --- a/core/modules/system/templates/html.html.twig +++ b/core/modules/system/templates/html.html.twig @@ -35,7 +35,7 @@ {# - Keyboard navigation / accessibility link to main content section in + Keyboard navigation/accessibility link to main content section in page.html.twig. #} diff --git a/core/phpunit.xml b/core/phpunit.xml new file mode 100644 index 0000000..9a0bbf6 --- /dev/null +++ b/core/phpunit.xml @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + ./tests/Drupal/Tests + ./modules/*/tests/src/Unit + ../modules/*/tests/src/Unit + ../profiles/*/tests/src/Unit + ../sites/*/modules/*/tests/src/Unit + + ./vendor + + ./drush/tests + + + ./tests/Drupal/KernelTests + ./modules/*/tests/src/Kernel + ../modules/*/tests/src/Kernel + ../profiles/*/tests/src/Kernel + ../sites/*/modules/*/tests/src/Kernel + + ./vendor + + ./drush/tests + + + ./tests/Drupal/FunctionalTests + ./modules/*/tests/src/Functional + ../modules/*/tests/src/Functional + ../profiles/*/tests/src/Functional + ../sites/*/modules/*/tests/src/Functional + + ./vendor + + ./drush/tests + + + ./tests/Drupal/FunctionalJavascriptTests + ./modules/*/tests/src/FunctionalJavascript + ../modules/*/tests/src/FunctionalJavascript + ../profiles/*/tests/src/FunctionalJavascript + ../sites/*/modules/*/tests/src/FunctionalJavascript + + ./vendor + + ./drush/tests + + + + + + + + + + ./includes + ./lib + ./modules + ../modules + ../sites + + + ./ + ./ + + + + diff --git a/core/themes/classy/templates/layout/html.html.twig b/core/themes/classy/templates/layout/html.html.twig index 0abb805..48ece6f 100644 --- a/core/themes/classy/templates/layout/html.html.twig +++ b/core/themes/classy/templates/layout/html.html.twig @@ -41,7 +41,7 @@ {# - Keyboard navigation / accessibility link to main content section in + Keyboard navigation/accessibility link to main content section in page.html.twig. #}