Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
4411dab9
Commit
4411dab9
authored
Apr 04, 2013
by
Jennifer Hodgdon
Browse files
Issue
#1540094
by rootwork, dermario: Fix up documentation for a couple of node tests
parent
23e0d167
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/modules/node/lib/Drupal/node/Tests/NodeSaveTest.php
View file @
4411dab9
...
...
@@ -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.
...
...
core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php
View file @
4411dab9
...
...
@@ -177,7 +177,7 @@ function testFieldTranslationForm() {
}
/**
* Test that no metadata is stored for a disabled bundle.
* Test
s
that no metadata is stored for a disabled bundle.
*/
public
function
testDisabledBundle
()
{
// Create a bundle that does not have translation enabled.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment