core/modules/rest/config/install/rest.settings.yml | 2 +- .../rest/src/Tests/Update/EntityResourcePermissionsUpdateTest.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/modules/rest/config/install/rest.settings.yml b/core/modules/rest/config/install/rest.settings.yml index f5a98cb9..eb3da2d 100644 --- a/core/modules/rest/config/install/rest.settings.yml +++ b/core/modules/rest/config/install/rest.settings.yml @@ -6,6 +6,6 @@ link_domain: ~ # access system for access checking. This was confusing, and it only did this # for historical reasons. New Drupal installations opt out from this by default # (hence this is set to false), existing installations opt in to it. -# @see rest_update_8201() +# @see rest_update_8203() # @see https://www.drupal.org/node/2664780 bc_entity_resource_permissions: false diff --git a/core/modules/rest/src/Tests/Update/EntityResourcePermissionsUpdateTest.php b/core/modules/rest/src/Tests/Update/EntityResourcePermissionsUpdateTest.php index ff20c1e..ceb94d2 100644 --- a/core/modules/rest/src/Tests/Update/EntityResourcePermissionsUpdateTest.php +++ b/core/modules/rest/src/Tests/Update/EntityResourcePermissionsUpdateTest.php @@ -24,12 +24,12 @@ class EntityResourcePermissionsUpdateTest extends UpdatePathTestBase { public function setDatabaseDumpFiles() { $this->databaseDumpFiles = [ __DIR__ . '/../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz', - __DIR__ . '/../../../../rest/tests/fixtures/update/drupal-8.rest-rest_update_8201.php', + __DIR__ . '/../../../../rest/tests/fixtures/update/drupal-8.rest-rest_update_8203.php', ]; } /** - * Tests rest_update_8201(). + * Tests rest_update_8203(). */ public function testAllowedHtmlUpdate() { $permission_handler = $this->container->get('user.permissions');