You are here

trait NodeCreationTrait in SimpleTest 8.3

Provides methods to create node based on default settings.

This trait is meant to be used only by test classes.

Hierarchy

Deprecated

in Drupal 8.4.x. Will be removed before Drupal 9.0.0. Use \Drupal\Tests\node\Traits\NodeCreationTrait instead.

See also

https://www.drupal.org/node/2884454

File

src/NodeCreationTrait.php, line 19

Namespace

Drupal\simpletest
View source
trait NodeCreationTrait {
  use BaseNodeCreationTrait;

}

Members

Namesort descending Modifiers Type Description Overrides
NodeCreationTrait::createNode protected function Creates a node based on default settings.
NodeCreationTrait::getNodeByTitle public function Get a node from the database based on its title.