Eccube\Tests\Web\Admin\Product\CategoryControllerTest::testIndexWithPost PHP Method

testIndexWithPost() public method

public testIndexWithPost ( )
    public function testIndexWithPost()
    {
        $crawler = $this->client->request('POST', $this->app->url('admin_product_category'), array('admin_category' => array('_token' => 'dummy', 'name' => 'テストカテゴリ')));
        $this->assertTrue($this->client->getResponse()->isRedirect($this->app->url('admin_product_category')));
    }