You are here

public static function VarsSimpleTestCase::getInfo in Variable API 7

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

File

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

Class

VarsSimpleTestCase

Code

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