GcConfig\Controller\CmsControllerTest::testEditServerAction PHP Method

testEditServerAction() public method

Test
public testEditServerAction ( ) : void
return void
    public function testEditServerAction()
    {
        $this->dispatch('/admin/config/server');
        $this->assertResponseStatusCode(200);
        $this->assertModuleName('GcConfig');
        $this->assertControllerName('CmsController');
        $this->assertControllerClass('CmsController');
        $this->assertMatchedRouteName('config/server');
    }