getCustomerName() public method

public getCustomerName ( ) : string
return string
Ejemplo n.º 1
0
 /**
  * @Then his name should be :name
  */
 public function hisNameShouldBe($name)
 {
     Assert::same($name, $this->showPage->getCustomerName(), 'Customer name should be "%s", but it is not.');
 }