Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / block_content / tests / src / Functional / BlockContentTypeTest.php
index 6c76a902785f1a1625fadd5bee81799aa894e686..b707c83a92c0e590e87c15a2ed64bc0024fcbf89 100644 (file)
@@ -29,7 +29,7 @@ class BlockContentTypeTest extends BlockContentTestBase {
    */
   protected $permissions = [
     'administer blocks',
-    'administer block_content fields'
+    'administer block_content fields',
   ];
 
   /**
@@ -122,7 +122,7 @@ class BlockContentTypeTest extends BlockContentTestBase {
       $front_page_path => 'Home',
       'admin/structure/block' => 'Block layout',
       'admin/structure/block/block-content' => 'Custom block library',
-      'admin/structure/block/block-content/manage/basic' => 'Bar',
+      'admin/structure/block/block-content/manage/basic' => 'Edit Bar',
     ]);
     \Drupal::entityManager()->clearCachedFieldDefinitions();