Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / tests / src / Functional / Entity / EntityCacheTagsTestBase.php
index aa9452a4bacc6bf77ba40f991bf97f4838db778a..447afbfa769cc20a112f2d6ac7e17129703410e2 100644 (file)
@@ -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 [];