Issue #1833970 by ancamp: Correct the documentation of drupalCreateNode function.

8.0.x
webchick 2012-11-21 12:05:10 -08:00
parent 15adcbe2b0
commit 3be17a12bf
1 changed files with 1 additions and 1 deletions

View File

@ -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.)