You are here

public static function SummaryLengthTestCase::getInfo in Drupal 7

File

modules/node/node.test, line 739
Tests for node.module.

Class

SummaryLengthTestCase
Tests the summary length functionality.

Code

public static function getInfo() {
  return array(
    'name' => 'Summary length',
    'description' => 'Test summary length.',
    'group' => 'Node',
  );
}