public static function BlockClassViewsTestCase::getInfo in Block Class 7.2
Implements DrupalWebTestCase::getInfo().
Overrides BlockClassUpdateDisplayTestCase::getInfo
File
- ./
block_class.test, line 410 - Test the Block Class module.
Class
- BlockClassViewsTestCase
- Test Block Class integration with Views block.
Code
public static function getInfo() {
return array(
'name' => 'Integration with Views block',
'description' => 'Test the integration of Block Class with Views blocks and the update/display of a CSS class.',
'dependencies' => array(
'views',
),
'group' => 'Block Class',
);
}