PHP Class Gc\Mvc\Controller\ActionTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: gotcms/gotcms

Protected Properties

Property Type Description
$object Action

Public Methods

Method Description
testEvents ( ) : void Test
testGetRouteMatch ( ) : void Test
testGetSession ( ) : void Test
testOnDispatchWithIdentity ( ) : void Test
testOnDispatchWithIdentityAndAdminRole ( ) : void Test
testOnDispatchWithoutConfigFile ( ) : void Test
testOnDispatchWithoutIdentity ( ) : void Test
testOnDispatchWithoutIdentityAndLoginPage ( ) : void Test
testOnDispatchWithoutIdentityAndUserLoginRoute ( ) : void Test
testReturnJson ( ) : void Test
testUseflashMessenger ( ) : void Test

Protected 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.

Method Details

setUp() protected method

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

tearDown() protected method

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

testEvents() public method

Test
public testEvents ( ) : void
return void

testGetRouteMatch() public method

Test
public testGetRouteMatch ( ) : void
return void

testGetSession() public method

Test
public testGetSession ( ) : void
return void

testOnDispatchWithIdentity() public method

Test
public testOnDispatchWithIdentity ( ) : void
return void

testOnDispatchWithIdentityAndAdminRole() public method

Test

testOnDispatchWithoutConfigFile() public method

Test

testOnDispatchWithoutIdentity() public method

Test

testOnDispatchWithoutIdentityAndLoginPage() public method

Test

testOnDispatchWithoutIdentityAndUserLoginRoute() public method

Test

testReturnJson() public method

Test
public testReturnJson ( ) : void
return void

testUseflashMessenger() public method

Test
public testUseflashMessenger ( ) : void
return void

Property Details

$object protected_oe property

protected Action,Gc\Mvc\Controller $object
return Action