getName() public method

public getName ( ) : string
return string
コード例 #1
0
ファイル: ProductContext.php プロジェクト: sylius/sylius
 /**
  * @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');
 }