PHP Class GcModule\Controller\IndexControllerTest

Datei anzeigen Open project: gotcms/gotcms

Public Methods

Method Description
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
testIndexAction ( ) : void Test
testInstallAction ( ) : void Test
testInstallActionWithInvalidPostData ( ) : void Test
testInstallActionWithValidPostData ( ) : void Test
testUninstallAction ( ) : void Test
testUninstallActionWithInvalidData ( ) : void Test

Method Details

setUp() public method

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

testIndexAction() public method

Test
public testIndexAction ( ) : void
return void

testInstallAction() public method

Test
public testInstallAction ( ) : void
return void

testInstallActionWithInvalidPostData() public method

Test

testInstallActionWithValidPostData() public method

Test

testUninstallAction() public method

Test
public testUninstallAction ( ) : void
return void

testUninstallActionWithInvalidData() public method

Test