public static function CertificateTestCase::getInfo in Certificate 8.3
Same name and namespace in other branches
- 6.2 certificate.test \CertificateTestCase::getInfo()
- 7.3 certificate.test \CertificateTestCase::getInfo()
- 7.2 certificate.test \CertificateTestCase::getInfo()
- 3.x certificate.test \CertificateTestCase::getInfo()
File
- ./
certificate.test, line 14 - certificate.test
Class
- CertificateTestCase
- Tests for Certificate.
Code
public static function getInfo() {
// Note that getInfo() strings are not translated with t().
return array(
'name' => 'Certificate',
'description' => 'Ensure that the Certificate module functions properly.',
'group' => 'Certificate',
);
}