You are here

public static function MaxlengthTestCase::getInfo in Maxlength 7.3

Same name and namespace in other branches
  1. 8 maxlength.test \MaxlengthTestCase::getInfo()

File

./maxlength.test, line 11
Test maxlength module.

Class

MaxlengthTestCase
@file Test maxlength module.

Code

public static function getInfo() {
  return array(
    'name' => 'Test maxlength module',
    'description' => 'Tests the different features of the maxlength module.',
    'group' => 'Maxlength',
  );
}