Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / KernelTests / Core / Entity / RouteProviderTest.php
index df9f4b13376f7c25235bed2e1dfe75643b1f8fcc..d68a1f5ac8cef7c4b84f6e36cb15109c4f7e9b72 100644 (file)
@@ -34,7 +34,7 @@ class RouteProviderTest extends KernelTestBase {
 
     /** @var \Drupal\user\RoleInterface $role */
     $role = Role::create([
-      'id' => RoleInterface::ANONYMOUS_ID
+      'id' => RoleInterface::ANONYMOUS_ID,
     ]);
     $role
       ->grantPermission('administer entity_test content')