function AnnounceFeedTestInvalidJsonTestCase::getInfo

File

modules/announcements_feed/tests/announce_feed_test.test, line 302

Class

AnnounceFeedTestInvalidJsonTestCase
Tests the announcements feed with invalid JSON URLs.

Code

public static function getInfo() {
    return array(
        'name' => 'Invalid / unknown JSON feed URL',
        'description' => 'Testing announcements feed with invalid JSON or non-existing JSON URL.',
        'group' => 'Announcements',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.