You are here

public static function SubscriptionsWebTestCase::getInfo in Subscriptions 7

Implements getInfo().

Return value

array

File

tests/subscriptions.test, line 18
Tests for the Subscriptions module.

Class

SubscriptionsWebTestCase
Test case for Subscriptions module.

Code

public static function getInfo() {
  return array(
    'name' => 'Subscriptions Test',
    'description' => "This is a dummy test to keep d.o's testbot happy; real tests are welcome!",
    'group' => 'Subscriptions',
  );
}