public static function PMPAPIPushWebTestCase::getInfo in Public Media Platform API Integration 7
Gives display information to the SimpleTest system.
File
- pmpapi_push/
tests/ pmpapi_push.test, line 13
Class
- PMPAPIPushWebTestCase
- Tests the functionality of the PMPAPI push module.
Code
public static function getInfo() {
return array(
'name' => 'PMPAPI Push Tests',
'description' => 'Ensure that the basic PMPAPI push functionality functions properly.',
'group' => 'PMPAPI',
);
}