public static function NodePostSettingsTestCase::getInfo in Drupal 7
File
- modules/
node/ node.test, line 860 - Tests for node.module.
Class
- NodePostSettingsTestCase
- Checks that the post information displays when enabled for a content type.
Code
public static function getInfo() {
return array(
'name' => 'Node post information display',
'description' => 'Check that the post information (submitted by Username on date) text displays appropriately.',
'group' => 'Node',
);
}