Same name in other branches
- 7.x-3.x tests/quicktabs.test \QuicktabsAdminTestCase::getInfo()
Implementation of getInfo().
File
-
tests/
quicktabs.test, line 8
Class
Code
static function getInfo() {
return array(
'name' => t('Quicktabs tests'),
'description' => t('Add, edit and delete quicktabs.'),
'group' => t('Quicktabs'),
);
}