public static function NodePostSettingsTestCase::getInfo

7.x node.test public static NodePostSettingsTestCase::getInfo()

File

drupal-7.x/modules/node/node.test, line 788
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',
  );
}