Eccube\Tests\Web\Admin\Content\NewsControllerTest::testRoutingAdminContentNews PHP Method

testRoutingAdminContentNews() public method

    public function testRoutingAdminContentNews()
    {
        $this->client->request('GET', $this->app->url('admin_content_news'));
        $this->assertTrue($this->client->getResponse()->isSuccessful());
    }