You are here

public static function FeaturesExtraBlockTestCase::getInfo in Features Extra 7

File

tests/fe_block.test, line 21
Tests for the Features Extra Block module.

Class

FeaturesExtraBlockTestCase
Tests the functionality of FE Block.

Code

public static function getInfo() {
  return array(
    'name' => 'FE Block',
    'description' => 'Tests Features integration for blocks and block settings.',
    'group' => 'Features Extra',
  );
}