PHP Class EpisodeTest

Inheritance: extends PHPUnit\Framework\TestCase
ファイルを表示 Open project: openeyes/openeyes Class Usage Examples

Public Properties

Property Type Description
$fixtures

Protected Properties

Property Type Description
$model Episode

Public Methods

Method Description
testAttributeLabels ( )
testAudit ( )
testGetAllEventsByType ( )
testGetBySubspecialtyAndPatient ( )
testGetCurrentEpisodeByFirm ( )
testGetHidden ( )
testGetMostRecentEventByType ( )
testGetOpen ( )
testGetPrincipalDiagnosisDisorderTerm ( )
testHasEventOfType ( )
testModel ( )
testRelations ( )
testSave ( )
testSearch ( )
testSetPrincipalDiagnosis ( )
testTableName ( )

Protected Methods

Method Description
setUp ( ) Sets up the fixture, for example, opens a network connection.

Method Details

setUp() protected method

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

testAttributeLabels() public method

public testAttributeLabels ( )

testAudit() public method

public testAudit ( )

testGetAllEventsByType() public method

testGetBySubspecialtyAndPatient() public method

testGetCurrentEpisodeByFirm() public method

testGetHidden() public method

public testGetHidden ( )

testGetMostRecentEventByType() public method

testGetOpen() public method

public testGetOpen ( )

testGetPrincipalDiagnosisDisorderTerm() public method

testHasEventOfType() public method

public testHasEventOfType ( )

testModel() public method

public testModel ( )

testRelations() public method

public testRelations ( )

testSave() public method

public testSave ( )

testSearch() public method

public testSearch ( )

testSetPrincipalDiagnosis() public method

testTableName() public method

public testTableName ( )

Property Details

$fixtures public_oe property

public $fixtures

$model protected_oe property

protected Episode $model
return Episode