コード例 #1
0
ファイル: AccountContext.php プロジェクト: Niiko/Sylius
 /**
  * @Then I should see :itemPrice as item price
  */
 public function iShouldSeeAsItemPrice($itemPrice)
 {
     Assert::same($this->orderShowPage->getItemPrice(), $itemPrice, 'Item price is %s, but should be %s.');
 }