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

testRoutingEdit() public method

Edit
public testRoutingEdit ( )
    public function testRoutingEdit()
    {
        $MailTemplate = $this->createMail();
        $this->client->request('GET', $this->app->url('admin_setting_shop_mail_edit', array('id' => $MailTemplate->getId())));
        $this->assertTrue($this->client->getResponse()->isSuccessful());
    }