You are here

public static function SpacesContextControllerTestCase::getInfo in Spaces 7

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

Test info.

File

tests/spaces.test, line 105

Class

SpacesContextControllerTestCase
Unit tests for context controller

Code

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