public static function NodeCreationTest::getInfo

File

drupal/core/modules/node/lib/Drupal/node/Tests/NodeCreationTest.php, line 27
Definition of Drupal\node\Tests\NodeCreationTest.

Class

NodeCreationTest
Tests creating and saving a node.

Namespace

Drupal\node\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Node creation',
    'description' => 'Create a node and test saving it.',
    'group' => 'Node',
  );
}