public static function BiblioNodeCreationTestCase::getInfo in Bibliography Module 7.2
Same name and namespace in other branches
- 7 tests/BiblioNodeCreationTestCase.test \BiblioNodeCreationTestCase::getInfo()
File
- tests/
biblio.test, line 92
Class
Code
public static function getInfo() {
return array(
'name' => 'Biblio node creation',
'description' => 'Create a biblio node and test saving it.',
'group' => 'Biblio',
);
}