You are here

public function FeaturesUserTestCase::getInfo in Features 6

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

Test info.

File

tests/features.test, line 10

Class

FeaturesUserTestCase
User permission component tests for Features

Code

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