You are here

public static function BlockAttributesViewsTestCase::getInfo in Block Attributes 7

Implements DrupalWebTestCase::getInfo().

Overrides BlockAttributesUpdateDisplayTestCase::getInfo

File

./block_attributes.test, line 540
Test the Block Attributes module.

Class

BlockAttributesViewsTestCase
Test Block Attributes integration with Views block.

Code

public static function getInfo() {
  return array(
    'name' => 'Integration with Views block',
    'description' => 'Test the integration of Block Attributes with Views blocks and the update/display of HTML attributes.',
    'dependencies' => array(
      'views',
    ),
    'group' => 'Block Attributes',
  );
}