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

testEditSystemAction() public méthode

Test
public testEditSystemAction ( ) : void
Résultat void
    public function testEditSystemAction()
    {
        $this->dispatch('/admin/config/system');
        $this->assertResponseStatusCode(200);
        $this->assertModuleName('GcConfig');
        $this->assertControllerName('CmsController');
        $this->assertControllerClass('CmsController');
        $this->assertMatchedRouteName('config/system');
    }