Elcodi\Store\ProductBundle\Behat\Context::iAmOnThePackPage PHP Method

iAmOnThePackPage() public method

public iAmOnThePackPage ( $packId )
    public function iAmOnThePackPage($packId)
    {
        $pack = $this->getPurchasable($packId);
        $this->getSession()->visit($this->getRoute('store_purchasable_pack_view', ['id' => $packId, 'slug' => $pack->getSlug()]));
    }