You are here

public static function BlockAccessUITestCase::getInfo in Block Access 7

File

tests/ui.test, line 13
Tests for block_access / UI

Class

BlockAccessUITestCase
Tests for block_access / UI

Code

public static function getInfo() {
  return array(
    'name' => 'UI',
    'description' => 'Tests the UI of block_access.module',
    'group' => 'Block Access',
  );
}