public static function AnswersViewTestCase::getInfo in Answers 7.3
Same name and namespace in other branches
- 7.4 answers.test \AnswersViewTestCase::getInfo()
Test getInfo.
File
- ./
answers.test, line 261 - Tests for answers.module.
Class
- AnswersViewTestCase
- Tests the functionality of the answers module views.
Code
public static function getInfo() {
return array(
'name' => 'Answers Views',
'description' => 'Answers View Tests',
'group' => 'Answers',
);
}