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

testRoutingAdminContentNewsNew() public method

新着情報の登録画面=EDIT
    public function testRoutingAdminContentNewsNew()
    {
        $this->client->request('GET', $this->app->url('admin_content_news_new'));
        $this->assertTrue($this->client->getResponse()->isSuccessful());
        $hookpoins = array(EccubeEvents::ADMIN_CONTENT_NEWS_EDIT_INITIALIZE);
        $this->verifyOutputString($hookpoins);
    }