Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / user / tests / src / Unit / PermissionAccessCheckTest.php
index 84290cc967d46461200cd2bc7cf7552d0793f9fd..b7c9f68cf1222e23ba993674dec499e347884730 100644 (file)
@@ -79,7 +79,7 @@ class PermissionAccessCheckTest extends UnitTestCase {
       ->will($this->returnValueMap([
           ['allowed', TRUE],
           ['denied', FALSE],
-          ['other', FALSE]
+          ['other', FALSE],
         ]
       ));
     $route = new Route('', [], $requirements);