PHP Class Blog\Controller\IndexControllerTest

Afficher le fichier Open project: gotcms/gotcms

Protected Properties

Свойство Type Description
$document Model
$documentType Gc\DocumentType\Model
$layout Gc\Layout\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.
testDocumentComment ( ) : void Test
testDocumentCommentActionWithRedirect ( ) : void Test
testDocumentCommentWithPostData ( ) : void Test
testIndexAction ( ) : 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

testDocumentComment() public méthode

Test
public testDocumentComment ( ) : void
Résultat void

testDocumentCommentActionWithRedirect() public méthode

Test

testDocumentCommentWithPostData() public méthode

Test
public testDocumentCommentWithPostData ( ) : void
Résultat void

testIndexAction() public méthode

Test
public testIndexAction ( ) : void
Résultat void

Property Details

$document protected_oe property

protected Model $document
Résultat Model

$documentType protected_oe property

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

$layout protected_oe property

protected Model,Gc\Layout $layout
Résultat Gc\Layout\Model

$view protected_oe property

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