X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fcontent_moderation%2Ftests%2Fsrc%2FKernel%2FContentModerationStateResourceTest.php;fp=web%2Fcore%2Fmodules%2Fcontent_moderation%2Ftests%2Fsrc%2FKernel%2FContentModerationStateResourceTest.php;h=2ea1d8f901ff39c908b52e5d5b56cd09d87adf64;hp=cc09e5921a71ec728804c2f57f81a96890765d6a;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateResourceTest.php b/web/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateResourceTest.php index cc09e5921..2ea1d8f90 100644 --- a/web/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateResourceTest.php +++ b/web/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateResourceTest.php @@ -18,7 +18,7 @@ class ContentModerationStateResourceTest extends KernelTestBase { public static $modules = ['serialization', 'rest', 'content_moderation']; /** - * @see content_moderation_rest_resource_alter() + * @see \Drupal\content_moderation\Entity\ContentModerationState */ public function testCreateContentModerationStateResource() { $this->setExpectedException(PluginNotFoundException::class, 'The "entity:content_moderation_state" plugin does not exist.');