PHP Class GcConfig\Controller\RoleControllerTest

Show file Open project: gotcms/gotcms

Public Methods

Method Description
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
testCreateAction ( ) : void Test
testCreateActionWithPostData ( ) : void Test
testCreateActionWithWrongPostData ( ) : void Test
testDeleteAction ( ) : void Test
testDeleteActionWithWrongId ( ) : void Test
testEditAction ( ) : void Test
testEditActionWithPostData ( ) : void Test
testEditActionWithWrongId ( ) : void Test
testEditActionWithWrongPostData ( ) : void Test
testIndexAction ( ) : void Test

Method Details

setUp() public method

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

testCreateAction() public method

Test
public testCreateAction ( ) : void
return void

testCreateActionWithPostData() public method

Test
public testCreateActionWithPostData ( ) : void
return void

testCreateActionWithWrongPostData() public method

Test

testDeleteAction() public method

Test
public testDeleteAction ( ) : void
return void

testDeleteActionWithWrongId() public method

Test
public testDeleteActionWithWrongId ( ) : void
return void

testEditAction() public method

Test
public testEditAction ( ) : void
return void

testEditActionWithPostData() public method

Test
public testEditActionWithPostData ( ) : void
return void

testEditActionWithWrongId() public method

Test
public testEditActionWithWrongId ( ) : void
return void

testEditActionWithWrongPostData() public method

Test

testIndexAction() public method

Test
public testIndexAction ( ) : void
return void