public static function NodeCreationTestCase::getInfo

Archivo

drupal-7.x/modules/node/node.test, line 525
Tests for node.module.

Class

NodeCreationTestCase
Tests creating and saving a node.

Código

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