Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / tests / modules / entity_test_update / src / Entity / EntityTestUpdate.php
index 286e8e62bdcdc31e666ed2182052c3ada9cf6a98..631a89e54385c09773b8ff011be48906e1872b31 100644 (file)
@@ -13,7 +13,8 @@ use Drupal\Core\StringTranslation\TranslatableMarkup;
  *
  * This entity type starts out non-revisionable and non-translatable, but during
  * an update test it can be made revisionable and translatable using the helper
- * methods from \Drupal\system\Tests\Entity\EntityDefinitionTestTrait.
+ * methods from
+ * \Drupal\Tests\system\Functional\Entity\Traits\EntityDefinitionTestTrait.
  *
  * @ContentEntityType(
  *   id = "entity_test_update",