You are here

public static function SecKitTestCase::getInfo in Security Kit 7

Same name and namespace in other branches
  1. 6 seckit.test \SecKitTestCase::getInfo()

Implements getInfo().

See also

DrupalWebTestCase::getInfo()

File

./seckit.test, line 21
Tests for Security Kit module.

Class

SecKitTestCase
Functional tests for Security Kit.

Code

public static function getInfo() {
  return array(
    'name' => t('Security Kit functionality'),
    'description' => t('Tests functionality and settings page of Security Kit module.'),
    'group' => t('Security Kit'),
  );
}