Eccube\Tests\Web\Admin\Setting\Shop\PaymentControllerTest::testRoutingEdit PHP Method

testRoutingEdit() public method

public testRoutingEdit ( )
    public function testRoutingEdit()
    {
        $Payment = $this->app['eccube.repository.payment']->find(1);
        $this->client->request('GET', $this->app->url('admin_setting_shop_payment_edit', array('id' => $Payment->getId())));
        $this->assertTrue($this->client->getResponse()->isSuccessful());
    }