You are here

public static function WebformPermissionsTestCase::getInfo in Webform 6.2

Same name and namespace in other branches
  1. 6.3 tests/permissions.test \WebformPermissionsTestCase::getInfo()
  2. 7.4 tests/WebformPermissionsTestCase.test \WebformPermissionsTestCase::getInfo()
  3. 7.3 tests/permissions.test \WebformPermissionsTestCase::getInfo()

Implementation of getInfo().

Overrides WebformTestCase::getInfo

File

tests/permissions.test, line 14

Class

WebformPermissionsTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('Webform permissions'),
    'description' => t('Create webforms and check editing and access permissions.'),
    'group' => t('Webform'),
  );
}