public static function TextSummaryTest::getInfo

File

drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextSummaryTest.php, line 18
Definition of Drupal\text\TextSummaryTest.

Class

TextSummaryTest
Tests the text field summary.

Namespace

Drupal\text\Tests

Code

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