diff --git a/core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php b/core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php index cabcca01e4..b2a27b124e 100644 --- a/core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php +++ b/core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php @@ -6,7 +6,7 @@ use Drupal\system\Entity\Action; /** - * Tests the upgrade path for converting comment and node actions to generic entity ones. + * Tests upgrading comment and node actions to generic entity ones. * * @group Update */ @@ -20,7 +20,7 @@ protected function setDatabaseDumpFiles() { } /** - * Tests the upgrade path for converting comment and node actions to generic entity ones. + * Tests upgrading comment and node actions to generic entity ones. * * @see system_update_8500() */