['cookie'], 'supported_formats' => ['json'], ]; } $entity = new RestResourceConfig([ 'plugin_id' => 'entity:entity_test', 'granularity' => RestResourceConfigInterface::METHOD_GRANULARITY, 'configuration' => $configuration, ], 'rest_resource_config'); $this->assertArrayEquals($expected, $entity->getMethods()); } }