You are here

public static function BlockAccessConfigTestCase::getInfo in Block Access 7

File

tests/op_basic_config.test, line 13
Tests for block_access / operation config

Class

BlockAccessConfigTestCase
Tests for block_access / operation config

Code

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