Eccube\Tests\Web\SearchProductControllerTest::testRoutingSearchProduct PHP Method

testRoutingSearchProduct() public method

    public function testRoutingSearchProduct()
    {
        $this->client->request('GET', $this->app->url('block_search_product'));
        $this->assertTrue($this->client->getResponse()->isSuccessful());
    }