function AnnounceFeedTestSanitizationTestCase::getInfo
File
-
modules/
announcements_feed/ tests/ announce_feed_test.test, line 374
Class
- AnnounceFeedTestSanitizationTestCase
- Tests the announcements feed with malicious content.
Code
public static function getInfo() {
return array(
'name' => 'Hacked JSON feed URL',
'description' => 'Testing announcements feed that contains malicious content.',
'group' => 'Announcements',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.