GcConfig\Controller\CmsControllerTest::testEditGeneralAction PHP Method

testEditGeneralAction() public method

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