Eccube\Tests\Web\Admin\Setting\System\MasterdataControllerTest::testRoutingEdit PHP Method

testRoutingEdit() public method

Edit test
public testRoutingEdit ( )
    public function testRoutingEdit()
    {
        $this->client->request('GET', $this->app->url('admin_setting_system_masterdata_edit'));
        $this->assertTrue($this->client->getResponse()->isSuccessful());
    }