diff --git a/core/modules/rest/src/Tests/Update/ResourceGranularityRestResourcesConfigEntitiesUpdateTest.php b/core/modules/rest/src/Tests/Update/ResourceGranularityRestResourcesConfigEntitiesUpdateTest.php index 2d08b8a..0f20ca8 100644 --- a/core/modules/rest/src/Tests/Update/ResourceGranularityRestResourcesConfigEntitiesUpdateTest.php +++ b/core/modules/rest/src/Tests/Update/ResourceGranularityRestResourcesConfigEntitiesUpdateTest.php @@ -51,7 +51,7 @@ public function testMethodGranularityResourcesConvertedToResourceGranularityReso // Make sure we have the expected values after the update. $resource_config_entities = $resource_config_storage->loadMultiple(); - $this->assertIdentical(['entity.node', 'entity.comment', 'entity.user'], array_keys($resource_config_entities)); + $this->assertIdentical(['entity.comment', 'entity.node', 'entity.user'], array_keys($resource_config_entities)); // 'entity:node' should be updated. $this->assertIdentical('resource', $resource_config_entities['entity.node']->get('granularity')); $this->assertidentical($resource_config_entities['entity.node']->get('configuration'), [ diff --git a/core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_update_8202.php b/core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_update_8202.php index 31ddf3d..b286ee3 100644 Binary files a/core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_update_8202.php and b/core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_update_8202.php differ