function NodePostSettingsTestCase::getInfo

File

modules/node/node.test, line 875

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.