예제 #1
0
 /**
  * Verify that the header text is correct for an existing customer.
  */
 public function testGetHeaderTextExistingCustomer()
 {
     $this->assertEquals('John Smith', $this->block->getHeaderText());
 }
예제 #2
0
파일: EditTest.php 프로젝트: aiesh/magento2
 /**
  * Verify that the header text is correct for an existing customer.
  */
 public function testGetHeaderTextExistingCustomer()
 {
     $this->assertEquals('Firstname Lastname', $this->block->getHeaderText());
 }