/**
  * Test afterCreateElementHtmlOutputBlock()
  */
 public function testAfterCreateElementHtmlOutputBlock()
 {
     $this->templateMock->expects($this->any())->method('setTemplate')->willReturn('Magento_ProductVideo::product/edit/base_image.phtml');
     $this->pluginObject->afterCreateElementHtmlOutputBlock($this->baseImageMock, $this->templateMock);
 }