Eccube\Tests\Plugin\Web\ShoppingControllerWithNonmemberTest::scenarioInput PHP Method

scenarioInput() protected method

protected scenarioInput ( $client, $formData )
    protected function scenarioInput($client, $formData)
    {
        $crawler = $client->request('POST', $this->app->path('shopping_nonmember'), array('nonmember' => $formData));
        $this->app['eccube.service.cart']->lock();
        return $crawler;
    }