public static function BlockClassUpdateDisplayTestCase::getInfo in Block Class 7
Same name and namespace in other branches
- 7.2 block_class.test \BlockClassUpdateDisplayTestCase::getInfo()
Implements DrupalWebTestCase::getInfo().
1 method overrides BlockClassUpdateDisplayTestCase::getInfo()
- BlockClassContextTestCase::getInfo in ./block_class.test 
- Implements DrupalWebTestCase::getInfo().
File
- ./block_class.test, line 114 
- 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',
  );
}