function CtoolsMathExpressionTestCase::getInfo

File

tests/math_expression.test, line 11

Class

CtoolsMathExpressionTestCase
Tests the MathExpression library of ctools.

Code

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