X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fblock_content%2Ftests%2Fsrc%2FFunctional%2FBlockContentTypeTest.php;fp=web%2Fcore%2Fmodules%2Fblock_content%2Ftests%2Fsrc%2FFunctional%2FBlockContentTypeTest.php;h=b707c83a92c0e590e87c15a2ed64bc0024fcbf89;hp=6c76a902785f1a1625fadd5bee81799aa894e686;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php b/web/core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php index 6c76a9027..b707c83a9 100644 --- a/web/core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php +++ b/web/core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php @@ -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();