You are here

public static function BlockAttributesUpdateDisplayTestCase::getInfo in Block Attributes 7

Implements DrupalWebTestCase::getInfo().

2 methods override BlockAttributesUpdateDisplayTestCase::getInfo()
BlockAttributesContextTestCase::getInfo in ./block_attributes.test
Implements DrupalWebTestCase::getInfo().
BlockAttributesViewsTestCase::getInfo in ./block_attributes.test
Implements DrupalWebTestCase::getInfo().

File

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

Class

BlockAttributesUpdateDisplayTestCase
Test the update and display of the HTML attributes for a Block.

Code

public static function getInfo() {
  return array(
    'name' => 'Block HTML attributes update and display',
    'description' => 'Test the update of a Block HTML attributes fields and the display for the Main Page Content Block.',
    'group' => 'Block Attributes',
  );
}