You are here

public static function VariableCheckTestCase::getInfo in Variable Check 7

File

./variablecheck.test, line 17
Tests for Variablecheck.

Class

VariableCheckTestCase
Functional tests for the variablecheck module.

Code

public static function getInfo() {
  return array(
    'name' => 'Variablecheck functional tests',
    'description' => 'Test that variablecheck works properly.',
    'group' => 'Variablecheck',
  );
}