PHP Class DrugTest

Inheritance: extends CakeTestCase
Show file Open project: openeyes/openeyes

Public Properties

Property Type Description
$fixtures

Protected Properties

Property Type Description
$model Drug

Public Methods

Method Description
testAttributeLabels ( )
testGetLabel ( )
testGetTallmanLabel ( )
testListBySubspecialty ( )
testModel ( )
testRules ( )
testTableName ( )

Protected Methods

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

Method Details

setUp() protected method

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

tearDown() protected method

This method is called after a test is executed.
protected tearDown ( )

testAttributeLabels() public method

public testAttributeLabels ( )

testGetLabel() public method

public testGetLabel ( )

testGetTallmanLabel() public method

public testGetTallmanLabel ( )

testListBySubspecialty() public method

testModel() public method

public testModel ( )

testRules() public method

public testRules ( )

testTableName() public method

public testTableName ( )

Property Details

$fixtures public property

public $fixtures

$model protected property

protected Drug $model
return Drug