public static function ViewsAccessTestCase::getInfo in Spaces 7
Same name and namespace in other branches
- 6.3 tests/spaces.test \ViewsAccessTestCase::getInfo()
- 7.3 tests/spaces.test \ViewsAccessTestCase::getInfo()
Test info.
File
- tests/
spaces.test, line 394
Class
- ViewsAccessTestCase
- Test for the Views acces plugin
Code
public static function getInfo() {
return array(
'name' => t('Spaces Views Access'),
'description' => t('Test the Spaces access plugin for views.'),
'group' => t('Spaces'),
);
}