You are here

public static function BlockAttributesAdminConfigTestCase::getInfo in Block Attributes 7

Implements DrupalWebTestCase::getInfo().

File

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

Class

BlockAttributesAdminConfigTestCase
Test Block Attributes admin configuration form.

Code

public static function getInfo() {
  return array(
    'name' => 'Block Attributes admin configuration form',
    'description' => 'Test the settings on Block Attributes\' admin configuration form: disable/enable attributes and default values for new blocks.',
    'group' => 'Block Attributes',
  );
}