You are here

public static function SpacesVariableControllerTestCase::getInfo in Spaces 7.3

Same name and namespace in other branches
  1. 6.3 tests/spaces.test \SpacesVariableControllerTestCase::getInfo()
  2. 7 tests/spaces.test \SpacesVariableControllerTestCase::getInfo()

Test info.

File

tests/spaces.test, line 11

Class

SpacesVariableControllerTestCase
Unit tests for variable controller

Code

public static function getInfo() {
  return array(
    'name' => t('Controller: variable'),
    'description' => t('Unit test for variable controller.'),
    'group' => t('Spaces'),
  );
}