You are here

public static function TextformatterTestCase::getInfo in Text list formatter 7

File

./textformatter.test, line 9
Tests for the textformatter module.

Class

TextformatterTestCase
@file Tests for the textformatter module.

Code

public static function getInfo() {
  return array(
    'name' => 'Textformatter tests',
    'description' => 'Tests textformatter module functionality',
    'group' => 'Textformatter',
  );
}