diff --git a/core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php b/core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php index 9f1f3ee7b4..8bdd656ad6 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php @@ -88,7 +88,7 @@ public function testRevisionableContentEntity() { /** * Tests the behavior of the "revision_default" flag. * - * @covers ::wasDefaultRevision() + * @covers \Drupal\Core\Entity\RevisionLogEntityTrait::wasDefaultRevision */ public function testWasDefaultRevision() { $entity_type_id = 'entity_test_mul_revlog';