You are here

public static function SpacesTestCase::getInfo in Spaces 7.3

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

Test info.

File

tests/spaces.test, line 208

Class

SpacesTestCase
Tests for basic spaces functionality.

Code

public static function getInfo() {
  return array(
    'name' => t('Spaces'),
    'description' => t('Test access control and simple feature settings using as example the "Feature test" feature that ships with Features.'),
    'group' => t('Spaces'),
  );
}