Elcodi\Store\GeoBundle\Behat\Context::iFromProductInCart PHP Method

iFromProductInCart() public method

public iFromProductInCart ( $addressId )
    public function iFromProductInCart($addressId)
    {
        $this->visitPath('/my-address/' . $addressId . '/remove');
    }