public static function TextSummaryTestCase::getInfo

File

drupal/modules/field/modules/text/text.test, line 241
Tests for text.module.

Class

TextSummaryTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Text summary',
    'description' => 'Test text_summary() with different strings and lengths.',
    'group' => 'Field types',
  );
}