expectException(PluginNotFoundException::class); $this->expectExceptionMessage('The "entity:content_moderation_state" plugin does not exist.'); RestResourceConfig::create([ 'id' => 'entity.content_moderation_state', 'granularity' => RestResourceConfigInterface::RESOURCE_GRANULARITY, 'configuration' => [ 'methods' => ['GET'], 'formats' => ['json'], 'authentication' => ['cookie'], ], ]) ->enable() ->save(); } }