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