X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fblock_content%2Ftests%2Fsrc%2FFunctional%2FBlockContentCacheTagsTest.php;fp=web%2Fcore%2Fmodules%2Fblock_content%2Ftests%2Fsrc%2FFunctional%2FBlockContentCacheTagsTest.php;h=ea5dd2873debaccb8156beb21d513921c3236908;hp=59f111b9658fd8d958c16cf7738d7f8daf595267;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php b/web/core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php index 59f111b96..ea5dd2873 100644 --- a/web/core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php +++ b/web/core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php @@ -7,7 +7,7 @@ use Drupal\block_content\Entity\BlockContentType; use Drupal\Core\Cache\Cache; use Drupal\Core\Entity\EntityInterface; use Drupal\Core\Language\LanguageInterface; -use Drupal\system\Tests\Entity\EntityCacheTagsTestBase; +use Drupal\Tests\system\Functional\Entity\EntityCacheTagsTestBase; use Symfony\Component\HttpFoundation\Request; /** @@ -29,7 +29,7 @@ class BlockContentCacheTagsTest extends EntityCacheTagsTestBase { $block_content_type = BlockContentType::create([ 'id' => 'basic', 'label' => 'basic', - 'revision' => FALSE + 'revision' => FALSE, ]); $block_content_type->save(); block_content_add_body_field($block_content_type->id());