You are here

public static function BlockgroupTestCase::getInfo in Block Group 7.2

Same name and namespace in other branches
  1. 7 blockgroup.test \BlockgroupTestCase::getInfo()

File

./blockgroup.test, line 9
Tests for blockgroup.module.

Class

BlockgroupTestCase
@file Tests for blockgroup.module.

Code

public static function getInfo() {
  return array(
    'name' => 'Block group functionality',
    'description' => 'Add, edit and delete block groups. Ensure that visibility settings on a block group propagate through to enclosed blocks.',
    'group' => 'Block Group',
  );
}