PHP Class GcFrontend\Controller\IndexControllerTest

Afficher le fichier Open project: gotcms/gotcms

Protected Properties

Свойство Type Description
$config Gc\Core\Config
$datatype Gc\Datatype\Model
$documentType Gc\DocumentType\Model
$property Gc\Property\Model
$tabModel Gc\Tab\Model
$view Gc\View\Model

Méthodes publiques

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.
testIndexAction ( ) : void Test
testIndexActionWith404Page ( ) : void Test
testIndexActionWith404PageAndNotEmptyContent ( ) : void Test
testIndexActionWithCache ( ) : void Test
testIndexActionWithExistingCache ( ) : void Test
testIndexActionWithOfflineWebsite ( ) : void Test
testIndexActionWithUrlKey ( ) : void Test
testIndexActionWithUrlKeyWithPreview ( ) : void Test

Method Details

setUp() public méthode

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

tearDown() public méthode

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

testIndexAction() public méthode

Test
public testIndexAction ( ) : void
Résultat void

testIndexActionWith404Page() public méthode

Test
public testIndexActionWith404Page ( ) : void
Résultat void

testIndexActionWith404PageAndNotEmptyContent() public méthode

Test

testIndexActionWithCache() public méthode

Test
public testIndexActionWithCache ( ) : void
Résultat void

testIndexActionWithExistingCache() public méthode

Test
public testIndexActionWithExistingCache ( ) : void
Résultat void

testIndexActionWithOfflineWebsite() public méthode

Test

testIndexActionWithUrlKey() public méthode

Test
public testIndexActionWithUrlKey ( ) : void
Résultat void

testIndexActionWithUrlKeyWithPreview() public méthode

Test

Property Details

$config protected_oe property

protected Config,Gc\Core $config
Résultat Gc\Core\Config

$datatype protected_oe property

protected Model,Gc\Datatype $datatype
Résultat Gc\Datatype\Model

$documentType protected_oe property

protected Model,Gc\DocumentType $documentType
Résultat Gc\DocumentType\Model

$property protected_oe property

protected Model,Gc\Property $property
Résultat Gc\Property\Model

$tabModel protected_oe property

protected Model,Gc\Tab $tabModel
Résultat Gc\Tab\Model

$view protected_oe property

protected Model,Gc\View $view
Résultat Gc\View\Model