X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fsrc%2FFunctional%2FEntity%2FEntityCacheTagsTestBase.php;fp=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fsrc%2FFunctional%2FEntity%2FEntityCacheTagsTestBase.php;h=447afbfa769cc20a112f2d6ac7e17129703410e2;hp=aa9452a4bacc6bf77ba40f991bf97f4838db778a;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php b/web/core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php index aa9452a4b..447afbfa7 100644 --- a/web/core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php +++ b/web/core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php @@ -10,7 +10,7 @@ use Drupal\Core\Language\LanguageInterface; use Drupal\Core\Url; use Drupal\field\Entity\FieldStorageConfig; use Drupal\field\Entity\FieldConfig; -use Drupal\system\Tests\Cache\PageCacheTagsTestBase; +use Drupal\Tests\system\Functional\Cache\PageCacheTagsTestBase; use Drupal\user\Entity\Role; use Drupal\user\RoleInterface; @@ -153,7 +153,7 @@ abstract class EntityCacheTagsTestBase extends PageCacheTagsTestBase { * @return string[] * An array of the additional cache contexts. * - * @see \Drupal\system\Tests\Entity\EntityCacheTagsTestBase::createEntity() + * @see \Drupal\Tests\system\Functional\Entity\EntityCacheTagsTestBase::createEntity() */ protected function getAdditionalCacheContextsForEntity(EntityInterface $entity) { return []; @@ -167,7 +167,7 @@ abstract class EntityCacheTagsTestBase extends PageCacheTagsTestBase { * @return array * An array of the additional cache tags. * - * @see \Drupal\system\Tests\Entity\EntityCacheTagsTestBase::createEntity() + * @see \Drupal\Tests\system\Functional\Entity\EntityCacheTagsTestBase::createEntity() */ protected function getAdditionalCacheTagsForEntity(EntityInterface $entity) { return [];