Issue #2213411 by jhodgdon: WebTestBase::drupalCreateNode() shouldn't imply you can set 'changed' time.

8.0.x
webchick 2014-03-12 11:19:11 -07:00
parent 35fefbca06
commit 6aef5785ed
1 changed files with 0 additions and 2 deletions

View File

@ -237,7 +237,6 @@ abstract class WebTestBase extends TestBase {
* @endcode
* - title: Random string.
* - comment: CommentItemInterface::OPEN.
* - changed: REQUEST_TIME.
* - promote: NODE_NOT_PROMOTED.
* - log: Empty string.
* - status: NODE_PUBLISHED.
@ -256,7 +255,6 @@ abstract class WebTestBase extends TestBase {
$settings += array(
'body' => array(array()),
'title' => $this->randomName(8),
'changed' => REQUEST_TIME,
'promote' => NODE_NOT_PROMOTED,
'revision' => 1,
'log' => '',