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