clearCart() public method

public clearCart ( )
Exemplo n.º 1
0
 /**
  * @When I clear my cart
  */
 public function iClearMyCart()
 {
     $this->summaryPage->clearCart();
 }