public static function BlockClassUpdateDisplayTestCase::getInfo in Block Class 7.2
Same name and namespace in other branches
- 7 block_class.test \BlockClassUpdateDisplayTestCase::getInfo()
Implements DrupalWebTestCase::getInfo().
2 methods override BlockClassUpdateDisplayTestCase::getInfo()
- BlockClassContextTestCase::getInfo in ./
block_class.test - Implements DrupalWebTestCase::getInfo().
- BlockClassViewsTestCase::getInfo in ./
block_class.test - Implements DrupalWebTestCase::getInfo().
File
- ./
block_class.test, line 117 - Test the Block Class module.
Class
- BlockClassUpdateDisplayTestCase
- Test the update and display of the CSS class for a Block.
Code
public static function getInfo() {
return array(
'name' => 'Block CSS class update and display',
'description' => 'Test the update of a Block CSS class field and the display for the Main Page Content Block.',
'group' => 'Block Class',
);
}