PHP 클래스 Gc\Document\ModelTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: gotcms/gotcms

보호된 프로퍼티들

프로퍼티 타입 설명
$documentType Gc\DocumentType\Model
$layout Gc\Layout\Model
$object Model
$parentmodel Model
$user Gc\User\Model
$view Gc\View\Model

공개 메소드들

메소드 설명
testDelete ( ) : void Test
testDeleteWithException ( ) : void Test
testDeleteWithoutId ( ) : void Test
testFromArray ( ) : void Test
testFromFakeId ( ) : void Test
testFromFakeUrlKey ( ) : void Test
testFromId ( ) : void Test
testFromUrlKey ( ) : void Test
testGetAvailableChilren ( ) : void Test
testGetChildren ( ) : void Test
testGetDocumentType ( ) : void Test
testGetEditUrl ( ) : void Test
testGetEmptyIcon ( ) : void Test
testGetIcon ( ) : void Test
testGetId ( ) : void Test
testGetIterableId ( ) : void Test
testGetLayout ( ) : void Test
testGetName ( ) : void Test
testGetParent ( ) : void Test
testGetProperty ( ) : void Test
testGetPropertyWithOutId ( ) : void Test
testGetUrl ( ) : void Test
testGetView ( ) : void Test
testInit ( ) : void Test
testIsPublished ( ) : void Test
testSave ( ) : void Test
testSaveWithWrongValues ( ) : void Test
testShowInNav ( ) : void Test

보호된 메소드들

메소드 설명
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
tearDown ( ) : void Tears down the fixture, for example, closes a network connection.

메소드 상세

setUp() 보호된 메소드

This method is called before a test is executed.
protected setUp ( ) : void
리턴 void

tearDown() 보호된 메소드

This method is called after a test is executed.
protected tearDown ( ) : void
리턴 void

testDelete() 공개 메소드

Test
public testDelete ( ) : void
리턴 void

testDeleteWithException() 공개 메소드

Test
public testDeleteWithException ( ) : void
리턴 void

testDeleteWithoutId() 공개 메소드

Test
public testDeleteWithoutId ( ) : void
리턴 void

testFromArray() 공개 메소드

Test
public testFromArray ( ) : void
리턴 void

testFromFakeId() 공개 메소드

Test
public testFromFakeId ( ) : void
리턴 void

testFromFakeUrlKey() 공개 메소드

Test
public testFromFakeUrlKey ( ) : void
리턴 void

testFromId() 공개 메소드

Test
public testFromId ( ) : void
리턴 void

testFromUrlKey() 공개 메소드

Test
public testFromUrlKey ( ) : void
리턴 void

testGetAvailableChilren() 공개 메소드

Test
public testGetAvailableChilren ( ) : void
리턴 void

testGetChildren() 공개 메소드

Test
public testGetChildren ( ) : void
리턴 void

testGetDocumentType() 공개 메소드

Test
public testGetDocumentType ( ) : void
리턴 void

testGetEditUrl() 공개 메소드

Test
public testGetEditUrl ( ) : void
리턴 void

testGetEmptyIcon() 공개 메소드

Test
public testGetEmptyIcon ( ) : void
리턴 void

testGetIcon() 공개 메소드

Test
public testGetIcon ( ) : void
리턴 void

testGetId() 공개 메소드

Test
public testGetId ( ) : void
리턴 void

testGetIterableId() 공개 메소드

Test
public testGetIterableId ( ) : void
리턴 void

testGetLayout() 공개 메소드

Test
public testGetLayout ( ) : void
리턴 void

testGetName() 공개 메소드

Test
public testGetName ( ) : void
리턴 void

testGetParent() 공개 메소드

Test
public testGetParent ( ) : void
리턴 void

testGetProperty() 공개 메소드

Test
public testGetProperty ( ) : void
리턴 void

testGetPropertyWithOutId() 공개 메소드

Test
public testGetPropertyWithOutId ( ) : void
리턴 void

testGetUrl() 공개 메소드

Test
public testGetUrl ( ) : void
리턴 void

testGetView() 공개 메소드

Test
public testGetView ( ) : void
리턴 void

testInit() 공개 메소드

Test
public testInit ( ) : void
리턴 void

testIsPublished() 공개 메소드

Test
public testIsPublished ( ) : void
리턴 void

testSave() 공개 메소드

Test
public testSave ( ) : void
리턴 void

testSaveWithWrongValues() 공개 메소드

Test
public testSaveWithWrongValues ( ) : void
리턴 void

testShowInNav() 공개 메소드

Test
public testShowInNav ( ) : void
리턴 void

프로퍼티 상세

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

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

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

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

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

protected Model,Gc\Document $object
리턴 Model

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

protected Model,Gc\Document $parentmodel
리턴 Model

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

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

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

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