コード例 #1
0
ファイル: EditTest.php プロジェクト: andrewhowdencom/m2onk8s
 /**
  * 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());
 }