You are here

public static function MathfieldListTestCase::getInfo in Math Field 7

File

./mathfield.test, line 354
Tests for mathfield.module.

Class

MathfieldListTestCase
Test list fields in math expressions.

Code

public static function getInfo() {
  return array(
    'name' => 'Math Field List Test',
    'description' => 'Ensure that list fields function properly in math expressions.',
    'group' => 'Math Field',
  );
}