PHP 클래스 Gc\Test\PHPUnit\Controller\AbstractHttpControllerTestCase

상속: extends Zend\Test\PHPUnit\Controller\AbstractHttpControllerTestCase
파일 보기 프로젝트 열기: gotcms/gotcms 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$user Gc\User\Model User model

공개 메소드들

메소드 설명
init ( ) : void Initialize test
tearDown ( ) : void Tear down

메소드 상세

init() 공개 메소드

Initialize test
public init ( ) : void
리턴 void

tearDown() 공개 메소드

Tear down
public tearDown ( ) : void
리턴 void

프로퍼티 상세

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

User model
protected Model,Gc\User $user
리턴 Gc\User\Model