diff --git a/core/modules/node/lib/Drupal/node/Tests/NodeSaveTest.php b/core/modules/node/lib/Drupal/node/Tests/NodeSaveTest.php index f86bc52..1401695 100644 --- a/core/modules/node/lib/Drupal/node/Tests/NodeSaveTest.php +++ b/core/modules/node/lib/Drupal/node/Tests/NodeSaveTest.php @@ -128,8 +128,10 @@ function testTimestamps() { } /** - * Tests determing changes in hook_node_presave() and verifies the static node - * load cache is cleared upon save. + * Tests node presave and static node load cache. + * + * This test determines changes in hook_node_presave() and verifies that the + * static node load cache is cleared upon save. */ function testDeterminingChanges() { // Initial creation. diff --git a/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php b/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php index 8a744ec..d6e6826 100644 --- a/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php +++ b/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php @@ -173,7 +173,7 @@ function testFieldTranslationForm() { } /** - * Test that no metadata is stored for a disabled bundle. + * Tests that no metadata is stored for a disabled bundle. */ public function testDisabledBundle() { // Create a bundle that does not have translation enabled.