示例#1
0
 /**
  * Verify the basic content of the block's form Html.
  */
 public function testGetFormHtml()
 {
     $html = $this->block->getFormHtml();
     $this->assertContains('<div class="entry-edit form-inline">', $html);
     $this->assertStringMatchesFormat('%a name="customer_id" %s value="' . self::$customerId . '" %a', $html);
     $this->assertContains('id="product_composite_configure_form"', $html);
 }