PHP Class ActivityLog\Controller\IndexControllerTest

Show file Open project: gotcms/gotcms

Public Methods

Method Description
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
tearDown ( ) : void Tears down the fixture, for example, closes a network connection.
testIndexAction ( ) : void Test
testRemoveEventAction ( ) : void Test

Method Details

setUp() public method

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

tearDown() public method

This method is called after a test is executed.
public tearDown ( ) : void
return void

testIndexAction() public method

Test
public testIndexAction ( ) : void
return void

testRemoveEventAction() public method

Test
public testRemoveEventAction ( ) : void
return void