Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / tests / modules / system_test / system_test.routing.yml
index b7cba071e16d33b80bf2f4e0ffe6524fc7c75a32..b47174faacfc377bd7e41f52c9c159e3d1fc18e0 100644 (file)
@@ -13,11 +13,11 @@ system_test.main_content_handling:
   requirements:
     _access: 'TRUE'
 
-system_test.drupal_set_message:
-  path: '/system-test/drupal-set-message'
+system_test.messenger_service:
+  path: '/system-test/messenger-service'
   defaults:
-    _title: 'Set messages with drupal_set_message()'
-    _controller: '\Drupal\system_test\Controller\SystemTestController::drupalSetMessageTest'
+    _title: 'Set messages with Messenger service'
+    _controller: '\Drupal\system_test\Controller\SystemTestController::messengerServiceTest'
   requirements:
     _access: 'TRUE'