public function SpacesOGTestCRUD::getInfo in Spaces 7.3
Same name and namespace in other branches
- 6.3 spaces_og/tests/spaces_og.test \SpacesOGTestCRUD::getInfo()
- 7 spaces_og/tests/spaces_og.test \SpacesOGTestCRUD::getInfo()
Test info.
File
- spaces_og/
tests/ spaces_og.test, line 173
Class
Code
public function getInfo() {
return array(
'name' => t('Spaces OG: CRUD'),
'description' => t('Tests Spaces / Organic Groups integration. <strong>Requires Purl, Organic groups and Views</strong>.'),
'group' => t('Spaces'),
);
}