You are here

public static function FlickrApiTestCase::getInfo in Flickr API 7.2

Same name and namespace in other branches
  1. 6 tests/flickrapi.test \FlickrApiTestCase::getInfo()
  2. 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',
  );
}