You are here

public static function AttachBlockTestCase::getInfo in Menu Attach Block 7

File

./menu_attach_block.test, line 9

Class

AttachBlockTestCase
Tests attaching of a core block to a menu.

Code

public static function getInfo() {
  return array(
    'name' => 'Attach block test case',
    'description' => 'Makes sure that a block to a menu item',
    'group' => 'Menu Attach Block',
  );
}