You are here

public static function VarsBaseTestCase::getInfo in Variable API 7

Same name and namespace in other branches
  1. 6.2 tests/vars.test \VarsBaseTestCase::getInfo()
  2. 6 tests/vars.test \VarsBaseTestCase::getInfo()
  3. 7.2 tests/vars.test \VarsBaseTestCase::getInfo()

File

tests/vars.test, line 9
Test file for the Variable API module.

Class

VarsBaseTestCase
@file Test file for the Variable API module.

Code

public static function getInfo() {
  return array(
    'name' => 'Base functions test',
    'description' => 'Test of the base functions.',
    'group' => 'Variable API',
  );
}