PHP Класс Gc\Mvc\Controller\ActionTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$object Action

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
tearDown ( ) : void Tears down the fixture, for example, closes a network connection.

Описание методов

setUp() защищенный Метод

This method is called before a test is executed.
protected setUp ( ) : void
Результат void

tearDown() защищенный Метод

This method is called after a test is executed.
protected tearDown ( ) : void
Результат void

testEvents() публичный Метод

Test
public testEvents ( ) : void
Результат void

testGetRouteMatch() публичный Метод

Test
public testGetRouteMatch ( ) : void
Результат void

testGetSession() публичный Метод

Test
public testGetSession ( ) : void
Результат void

testOnDispatchWithIdentity() публичный Метод

Test
public testOnDispatchWithIdentity ( ) : void
Результат void

testOnDispatchWithIdentityAndAdminRole() публичный Метод

Test
public testOnDispatchWithIdentityAndAdminRole ( ) : void
Результат void

testOnDispatchWithoutConfigFile() публичный Метод

Test
public testOnDispatchWithoutConfigFile ( ) : void
Результат void

testOnDispatchWithoutIdentity() публичный Метод

Test
public testOnDispatchWithoutIdentity ( ) : void
Результат void

testOnDispatchWithoutIdentityAndLoginPage() публичный Метод

Test
public testOnDispatchWithoutIdentityAndLoginPage ( ) : void
Результат void

testOnDispatchWithoutIdentityAndUserLoginRoute() публичный Метод

Test
public testOnDispatchWithoutIdentityAndUserLoginRoute ( ) : void
Результат void

testReturnJson() публичный Метод

Test
public testReturnJson ( ) : void
Результат void

testUseflashMessenger() публичный Метод

Test
public testUseflashMessenger ( ) : void
Результат void

Описание свойств

$object защищенное свойство

protected Action,Gc\Mvc\Controller $object
Результат Action