You are here

public static function FeaturesUserTestCase::getInfo in Features 7

Same name and namespace in other branches
  1. 6 tests/features.test \FeaturesUserTestCase::getInfo()
  2. 7.2 tests/features.test \FeaturesUserTestCase::getInfo()

Test info.

File

tests/features.test, line 12

Class

FeaturesUserTestCase
User permission component tests for Features

Code

public static function getInfo() {
  return array(
    'name' => t('Component tests'),
    'description' => t('Run tests for components of Features.'),
    'group' => t('Features'),
  );
}