PHP Class Gc\Mvc\Controller\ActionTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: gotcms/gotcms

Protected Properties

Свойство Type Description
$object Action

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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 méthode

This method is called before a test is executed.
protected setUp ( ) : void
Résultat void

tearDown() protected méthode

This method is called after a test is executed.
protected tearDown ( ) : void
Résultat void

testEvents() public méthode

Test
public testEvents ( ) : void
Résultat void

testGetRouteMatch() public méthode

Test
public testGetRouteMatch ( ) : void
Résultat void

testGetSession() public méthode

Test
public testGetSession ( ) : void
Résultat void

testOnDispatchWithIdentity() public méthode

Test
public testOnDispatchWithIdentity ( ) : void
Résultat void

testOnDispatchWithIdentityAndAdminRole() public méthode

Test

testOnDispatchWithoutConfigFile() public méthode

Test
public testOnDispatchWithoutConfigFile ( ) : void
Résultat void

testOnDispatchWithoutIdentity() public méthode

Test
public testOnDispatchWithoutIdentity ( ) : void
Résultat void

testOnDispatchWithoutIdentityAndLoginPage() public méthode

Test

testOnDispatchWithoutIdentityAndUserLoginRoute() public méthode

Test

testReturnJson() public méthode

Test
public testReturnJson ( ) : void
Résultat void

testUseflashMessenger() public méthode

Test
public testUseflashMessenger ( ) : void
Résultat void

Property Details

$object protected_oe property

protected Action,Gc\Mvc\Controller $object
Résultat Action