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