Example #1
0
 /**
  * Verify that the header text is correct for an existing customer.
  */
 public function testGetHeaderTextExistingCustomer()
 {
     $this->assertEquals('John Smith', $this->block->getHeaderText());
 }
Example #2
0
 /**
  * Verify that the header text is correct for an existing customer.
  */
 public function testGetHeaderTextExistingCustomer()
 {
     $this->assertEquals('Firstname Lastname', $this->block->getHeaderText());
 }