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

testRoutingEdit() public method

test routing edit
public testRoutingEdit ( )
    public function testRoutingEdit()
    {
        $Delivery = $this->createDelivery();
        $this->client->request('GET', $this->app->url('admin_setting_shop_delivery_edit', array('id' => $Delivery->getId())));
        $this->assertTrue($this->client->getResponse()->isSuccessful());
    }