PHP Класс GcFrontend\Controller\IndexControllerTest

Показать файл Открыть проект

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

Свойство Тип Описание
$config Gc\Core\Config
$datatype Gc\Datatype\Model
$documentType Gc\DocumentType\Model
$property Gc\Property\Model
$tabModel Gc\Tab\Model
$view Gc\View\Model

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

Метод Описание
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
testIndexActionWith404Page ( ) : void Test
testIndexActionWith404PageAndNotEmptyContent ( ) : void Test
testIndexActionWithCache ( ) : void Test
testIndexActionWithExistingCache ( ) : void Test
testIndexActionWithOfflineWebsite ( ) : void Test
testIndexActionWithUrlKey ( ) : void Test
testIndexActionWithUrlKeyWithPreview ( ) : void Test

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

protected Config,Gc\Core $config
Результат Gc\Core\Config

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

protected Model,Gc\Datatype $datatype
Результат Gc\Datatype\Model

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

protected Model,Gc\DocumentType $documentType
Результат Gc\DocumentType\Model

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

protected Model,Gc\Property $property
Результат Gc\Property\Model

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

protected Model,Gc\Tab $tabModel
Результат Gc\Tab\Model

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

protected Model,Gc\View $view
Результат Gc\View\Model