Eccube\Tests\Plugin\Web\Admin\Content\NewsControllerTest::testRoutingAdminContentNewsEditPost PHP Method

testRoutingAdminContentNewsEditPost() public method

    public function testRoutingAdminContentNewsEditPost()
    {
        $form = $this->createFormData();
        $crawler = $this->client->request('POST', $this->app->path('admin_content_news_new'), array('admin_news' => $form));
        $hookpoints = array(EccubeEvents::ADMIN_CONTENT_NEWS_EDIT_INITIALIZE, EccubeEvents::ADMIN_CONTENT_NEWS_EDIT_COMPLETE);
        $this->verifyOutputString($hookpoints);
    }