getName() 공개 메소드

public getName ( ) : string
리턴 string
예제 #1
0
 /**
  * @Given I should see the product name :name
  */
 public function iShouldSeeProductName($name)
 {
     Assert::same($name, $this->showPage->getName(), 'Product should have name %s, but it has %s');
 }