public static function ViewsAtomTestCase::getInfo in Views Atom 6
File
- tests/
views_atom.test, line 13 - Simple tests for views_atom
Class
- ViewsAtomTestCase
- Tests basic set up for publishing and consuming
Code
public static function getInfo() {
return array(
'name' => 'Views Atom',
'description' => 'Ensure that the views_atom module functions properly.',
'group' => 'views_atom',
);
}