public static function AnswersBrandingTestCase::getInfo in Answers 7.3
Test getInfo.
File
- ./
answers.test, line 472 - Tests for answers.module.
Class
- AnswersBrandingTestCase
- Tests the functionality of the answers module views.
Code
public static function getInfo() {
return array(
'name' => 'Answers Branding',
'description' => 'Tests custom Answers branding.',
'group' => 'Answers',
);
}