public static function AkamaiHookTestCase::getInfo in Akamai 8
Same name and namespace in other branches
- 8.2 akamai.test \AkamaiHookTestCase::getInfo()
- 7.3 akamai.test \AkamaiHookTestCase::getInfo()
- 7 akamai.test \AkamaiHookTestCase::getInfo()
- 7.2 akamai.test \AkamaiHookTestCase::getInfo()
File
- ./
akamai.test, line 173 - Akamai tests.
Class
- AkamaiHookTestCase
- Test basic API.
Code
public static function getInfo() {
return array(
'name' => 'Akamai Hook Test',
'description' => 'Test the implementation of the hooks defined by the Akamai module',
'group' => 'Akamai',
);
}