Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / modules / test_page_test / test_page_test.routing.yml
index 5d84695f8b97ed695cb2d2adb02e3dcd94dc0d07..e64a88d003acc8eaad9de59689798ae53a203c7b 100644 (file)
@@ -82,3 +82,11 @@ test_page_test.field_xpath:
     _form: '\Drupal\test_page_test\Form\TestForm'
   requirements:
     _access: 'TRUE'
+
+test_page_test.meta_refresh:
+  path: '/test-meta-refresh'
+  defaults:
+    _title: 'Page with a redirect'
+    _controller: '\Drupal\test_page_test\Controller\Test::metaRefresh'
+  requirements:
+    _access: 'TRUE'