コード例 #1
0
ファイル: CheckoutContext.php プロジェクト: starspire/Sylius
 /**
  * @When /^I want to browse order details for (this order)$/
  */
 public function iWantToBrowseOrderDetailsForThisOrder(OrderInterface $order)
 {
     $this->orderDetails->open(['tokenValue' => $order->getTokenValue()]);
 }