Example #1
0
 public function testGetBillingAddressHtmlNoDefaultAddress()
 {
     $this->_createCustomer();
     $this->assertEquals(__('The customer does not have default billing address.'), $this->_block->getBillingAddressHtml());
 }