public static function NodeCreationTestCase::getInfo

File

drupal/modules/node/node.test, line 595
Tests for node.module.

Class

NodeCreationTestCase
Tests creating and saving a node.

Code

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