function NodeCreationTestCase::getInfo
File
-
modules/
node/ node.test, line 601
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',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.