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

test_routing_AdminContentPage_index() public method

    public function test_routing_AdminContentPage_index()
    {
        $this->client->request('GET', $this->app->url('admin_content_page'));
        $this->assertTrue($this->client->getResponse()->isSuccessful());
        $hookpoints = array(EccubeEvents::ADMIN_CONTENT_PAGE_INDEX_COMPLETE);
        $this->verifyOutputString($hookpoints);
    }