public function SpacesTestCase::getInfo in Spaces 6.3
Same name and namespace in other branches
- 7.3 tests/spaces.test \SpacesTestCase::getInfo()
- 7 tests/spaces.test \SpacesTestCase::getInfo()
Test info.
File
- tests/
spaces.test, line 208
Class
- SpacesTestCase
- Tests for basic spaces functionality.
Code
public 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'),
);
}