public static function NodeCreationTestCase::getInfo in Drupal 7
File
- 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',
);
}