You are here

public static function FeaturesUserTestCase::getInfo in Features 7.2

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

Test info.

File

tests/features.test, line 25
Contains test classes for features module.

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'),
    'dependencies' => array(
      'views',
      'strongarm',
    ),
  );
}