You are here

public static function VarsExtendedTestCase::getInfo in Variable API 7.2

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

File

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

Class

VarsExtendedTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Extended functionality test',
    'description' => 'Extended test of the module functionalities.',
    'group' => 'Variable API',
  );
}