You are here

public static function CtoolsMathExpressionStackTestCase::getInfo in Chaos Tool Suite (ctools) 7

File

tests/math_expression_stack.test, line 11

Class

CtoolsMathExpressionStackTestCase
Tests the simple MathExpressionStack class.

Code

public static function getInfo() {
  return array(
    'name' => 'Math expressions stack',
    'description' => 'Test the stack class of the math expression library.',
    'group' => 'ctools',
    'dependencies' => array(
      'ctools',
    ),
  );
}