Eccube\Tests\Plugin\Web\Admin\Content\PageControllerTest::test_routing_AdminContentPage_edit_post PHP Method

test_routing_AdminContentPage_edit_post() public method

    public function test_routing_AdminContentPage_edit_post()
    {
        $form = $this->createFormData();
        $crawler = $this->client->request('POST', $this->app->path('admin_content_page_new'), array('main_edit' => $form));
        $hookpoints = array(EccubeEvents::ADMIN_CONTENT_PAGE_EDIT_INITIALIZE, EccubeEvents::ADMIN_CONTENT_PAGE_EDIT_COMPLETE);
        $this->verifyOutputString($hookpoints);
    }