public static function NodePostSettingsTestCase::getInfo

File

drupal/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',
  );
}