function AnnounceFeedTestValidateJsonFeed::getInfo

File

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

Class

AnnounceFeedTestValidateJsonFeed
Tests for validating JSON feed with different JSON URLs.

Code

public static function getInfo() {
    return array(
        'name' => 'JSON feeds validation / processing',
        'description' => 'Testing how the code handles multiple types of JSON feeds.',
        'group' => 'Announcements',
    );
}

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