public static function NodePostSettingsTest::getInfo

File

drupal/core/modules/node/lib/Drupal/node/Tests/NodePostSettingsTest.php, line 15
Definition of Drupal\node\Tests\NodePostSettingsTest.

Class

NodePostSettingsTest
Checks that the post information displays when enabled for a content type.

Namespace

Drupal\node\Tests

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