Todo List
Located in /modules/comment/test/phpunit/AkismetApiTest.class [line 343]
AkismetApi | --AkismetApiTest_AkismetApiWithMockUserAgent
Methods
Inherited From AkismetApi
AkismetApi::checkComment() Check a comment to see if it's spam. AkismetApi::submitHam() Submit this comment back to Akismet as ham (not spam). AkismetApi::submitSpam() Submit this comment back to Akismet as spam. AkismetApi::verifyApiKey() Verify an Akismet API key. AkismetApi::_getUserAgent() Internal helper method to get the user agent in the form that Akismet prefers. AkismetApi::_request() Internal helper method used to make requests to Akismet and return the body, status and header values. AkismetApi::_submit() Internal helper method used to submit comments back to Akismet to change their status.
void _getUserAgent( )