PHP 클래스 EpisodeTest

상속: extends PHPUnit\Framework\TestCase
파일 보기 프로젝트 열기: openeyes/openeyes 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$fixtures

보호된 프로퍼티들

프로퍼티 타입 설명
$model Episode

공개 메소드들

메소드 설명
testAttributeLabels ( )
testAudit ( )
testGetAllEventsByType ( )
testGetBySubspecialtyAndPatient ( )
testGetCurrentEpisodeByFirm ( )
testGetHidden ( )
testGetMostRecentEventByType ( )
testGetOpen ( )
testGetPrincipalDiagnosisDisorderTerm ( )
testHasEventOfType ( )
testModel ( )
testRelations ( )
testSave ( )
testSearch ( )
testSetPrincipalDiagnosis ( )
testTableName ( )

보호된 메소드들

메소드 설명
setUp ( ) Sets up the fixture, for example, opens a network connection.

메소드 상세

setUp() 보호된 메소드

This method is called before a test is executed.
protected setUp ( )

testAttributeLabels() 공개 메소드

public testAttributeLabels ( )

testAudit() 공개 메소드

public testAudit ( )

testGetAllEventsByType() 공개 메소드

testGetBySubspecialtyAndPatient() 공개 메소드

testGetCurrentEpisodeByFirm() 공개 메소드

testGetHidden() 공개 메소드

public testGetHidden ( )

testGetMostRecentEventByType() 공개 메소드

testGetOpen() 공개 메소드

public testGetOpen ( )

testGetPrincipalDiagnosisDisorderTerm() 공개 메소드

testHasEventOfType() 공개 메소드

public testHasEventOfType ( )

testModel() 공개 메소드

public testModel ( )

testRelations() 공개 메소드

public testRelations ( )

testSave() 공개 메소드

public testSave ( )

testSearch() 공개 메소드

public testSearch ( )

testSetPrincipalDiagnosis() 공개 메소드

testTableName() 공개 메소드

public testTableName ( )

프로퍼티 상세

$fixtures 공개적으로 프로퍼티

public $fixtures

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

protected Episode $model
리턴 Episode