Skip to content
Snippets Groups Projects
Commit 4411dab9 authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #1540094 by rootwork, dermario: Fix up documentation for a couple of node tests

parent 23e0d167
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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.
......
......@@ -177,7 +177,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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment