PHP 클래스 Blog\Controller\IndexControllerTest

파일 보기 프로젝트 열기: gotcms/gotcms

보호된 프로퍼티들

프로퍼티 타입 설명
$document Model
$documentType Gc\DocumentType\Model
$layout Gc\Layout\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.
testDocumentComment ( ) : void Test
testDocumentCommentActionWithRedirect ( ) : void Test
testDocumentCommentWithPostData ( ) : void Test
testIndexAction ( ) : 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

testDocumentComment() 공개 메소드

Test
public testDocumentComment ( ) : void
리턴 void

testDocumentCommentActionWithRedirect() 공개 메소드

Test

testDocumentCommentWithPostData() 공개 메소드

Test

testIndexAction() 공개 메소드

Test
public testIndexAction ( ) : void
리턴 void

프로퍼티 상세

$document 보호되어 있는 프로퍼티

protected Model $document
리턴 Model

$documentType 보호되어 있는 프로퍼티

protected Model,Gc\DocumentType $documentType
리턴 Gc\DocumentType\Model

$layout 보호되어 있는 프로퍼티

protected Model,Gc\Layout $layout
리턴 Gc\Layout\Model

$view 보호되어 있는 프로퍼티

protected Model,Gc\View $view
리턴 Gc\View\Model