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