public static function FlickrApiTestCase::getInfo in Flickr API 6
Same name and namespace in other branches
- 7.2 tests/flickrapi.test \FlickrApiTestCase::getInfo()
- 7 tests/flickrapi.test \FlickrApiTestCase::getInfo()
getInfo() returns properties that are displayed in the test selection form.
File
- tests/
flickrapi.test, line 14 - Unit Tests for flickrapi module http://drupal.org/node/265762
Class
- FlickrApiTestCase
- @file Unit Tests for flickrapi module http://drupal.org/node/265762
Code
public static function getInfo() {
return array(
'name' => 'Flickr API',
'description' => 'Tests calls to Flickr.com',
'group' => 'Flickr API',
);
}