Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Routing / RouteBuilderTest.php
index d075934100d661633320f5f94f3c8ea0dca0b4f8..974df439d9bcf9050f47e5c18b9af7e8c65b2a76 100644 (file)
@@ -311,11 +311,13 @@ class TestRouteBuilder extends RouteBuilder {
  * Provides a callback for route definition.
  */
 class TestRouteSubscriber {
+
   public function routesFromArray() {
     return [
       'test_route.1' => new Route('/test-route/1'),
     ];
   }
+
   public function routesFromCollection() {
     $collection = new RouteCollection();
     $collection->add('test_route.2', new Route('/test-route/2'));