You are here

public static function FeaturesHelperTestCase::getInfo in Helper 7

File

tests/FeaturesHelperTestCase.test, line 6

Class

FeaturesHelperTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'FeaturesHelper',
    'description' => 'Tests for the FeaturesHelper class.',
    'group' => 'Helper',
    'dependencies' => array(
      'features',
    ),
  );
}