From 3be17a12bf583fe3308583b2710907316c41d99e Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 21 Nov 2012 12:05:10 -0800 Subject: [PATCH] Issue #1833970 by ancamp: Correct the documentation of drupalCreateNode function. --- core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php b/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php index 964b16ba50d..1410f539a39 100644 --- a/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php +++ b/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php @@ -212,7 +212,7 @@ abstract class WebTestBase extends TestBase { * - status: NODE_PUBLISHED. * - sticky: NODE_NOT_STICKY. * - type: 'page'. - * - langcode: LANGCODE_NOT_SPECIFIED. (If a 'langcode' key is provided in + * - langcode: LANGUAGE_NOT_SPECIFIED. (If a 'langcode' key is provided in * the array, this language code will also be used for a randomly * generated body field for that language, and the body for * LANGUAGE_NOT_SPECIFIED will remain empty.)