function Messaging_API_Tests::getInfo in Messaging 6.2
Same name and namespace in other branches
- 6.4 tests/messaging_api.test \Messaging_API_Tests::getInfo()
- 6 tests/messaging_api.test \Messaging_API_Tests::getInfo()
- 6.3 tests/messaging_api.test \Messaging_API_Tests::getInfo()
- 7 tests/messaging_api.test \Messaging_API_Tests::getInfo()
File
- tests/
messaging_api.test, line 12
Class
Code
function getInfo() {
return array(
'name' => 'Messaging API',
'group' => 'Messaging',
'description' => 'Messaging API functions',
);
}