Eccube\Tests\Web\EntryControllerTest::testRoutingComplete PHP Method

testRoutingComplete() public method

public testRoutingComplete ( )
    public function testRoutingComplete()
    {
        $client = $this->createClient();
        $client->request('GET', $this->app['url_generator']->generate('entry_complete'));
        $this->assertTrue($client->getResponse()->isSuccessful());
    }