Eccube\Tests\Web\Admin\Setting\Shop\CustomerAgreementControllerTest::testRoutingAdminSettingCustomerAgreement PHP Method

testRoutingAdminSettingCustomerAgreement() public method

Test routing admin customer agreement
    public function testRoutingAdminSettingCustomerAgreement()
    {
        $this->client->request('GET', $this->app->url('admin_setting_shop_customer_agreement'));
        $this->assertTrue($this->client->getResponse()->isSuccessful());
    }