GcConfig\Controller\CmsControllerTest::testEditGeneralAction PHP Méthode

testEditGeneralAction() public méthode

Test
public testEditGeneralAction ( ) : void
Résultat 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');
    }