You are here

public static function MathfieldTokenTestCase::getInfo in Math Field 7

File

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

Class

MathfieldTokenTestCase
Test tokens in math expression fields.

Code

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