diff --git a/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.routing.yml b/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.routing.yml index c372c223a96..4cdfecab86b 100644 --- a/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.routing.yml +++ b/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.routing.yml @@ -51,5 +51,7 @@ twig_theme_test_registry_loader: path: '/twig-theme-test/registry-loader' defaults: _controller: '\Drupal\twig_theme_test\TwigThemeTestController::registryLoaderRender' + options: + no_cache: TRUE requirements: _access: 'TRUE'