getCustomerName() 공개 메소드

public getCustomerName ( ) : string
리턴 string
예제 #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.');
 }