'Attach block test case', 'description' => 'Makes sure that a block to a menu item', 'group' => 'Menu Attach Block', ); } public function setUp() { // Enable menu_attach_block module. parent::setUp(array('menu', 'menu_attach_block')); // Set up a user with privileges to add blocks. $this->privileged_user = $this->drupalCreateUser(array('administer menu')); $this->drupalLogin($this->privileged_user); } function testAttachBlock() { // Save a new menu item with an attached block. $edit = array(); $edit['link_title'] = $this->randomName(); $edit['link_path'] = 'admin/structure/menu/manage/main-menu/add'; $edit["menu_attach_block[name]"] = 'system|powered-by'; $this->drupalPost($edit['link_path'], $edit, t('Save')); // Check that the admin interface shows the block as attached. $this->assertText(check_plain("Powered by Drupal"), t('Block attached to menu in admin interface'), 'Admin'); // Check the the block got attached to the menu. $this->assertPattern( '|