PHP Class GcConfig\Controller\CmsControllerTest

Datei anzeigen Open project: gotcms/gotcms

Public Methods

Method Description
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
testEditAction ( ) : void Test
testEditActionWithInvalidForm ( ) : void Test
testEditGeneralAction ( ) : void Test
testEditServerAction ( ) : void Test
testEditSystemAction ( ) : void Test
testUpdateAction ( ) : void Test
testUpdateActionWithWrongAdapter ( ) : void Test

Method Details

setUp() public method

This method is called before a test is executed.
public setUp ( ) : void
return void

testEditAction() public method

Test
public testEditAction ( ) : void
return void

testEditActionWithInvalidForm() public method

Test

testEditGeneralAction() public method

Test
public testEditGeneralAction ( ) : void
return void

testEditServerAction() public method

Test
public testEditServerAction ( ) : void
return void

testEditSystemAction() public method

Test
public testEditSystemAction ( ) : void
return void

testUpdateAction() public method

Test
public testUpdateAction ( ) : void
return void

testUpdateActionWithWrongAdapter() public method

Test