Exemplo n.º 1
0
 /**
  * @When /^I want to browse order details for (this order)$/
  */
 public function iWantToBrowseOrderDetailsForThisOrder(OrderInterface $order)
 {
     $this->orderDetails->open(['tokenValue' => $order->getTokenValue()]);
 }