PHP Class ServiceTest

Inheritance: extends PHPUnit_Framework_TestCase
Exibir arquivo Open project: openeyes/openeyes Class Usage Examples

Protected Properties

Property Type Description
$object Service

Public Methods

Method Description
testAttributeLabels ( )
testModel ( )
testRelations ( )
testRules ( )
testSearch ( )
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 ( )

testModel() public method

public testModel ( )

testRelations() public method

public testRelations ( )

testRules() public method

public testRules ( )

testSearch() public method

public testSearch ( )

testTableName() public method

public testTableName ( )

Property Details

$object protected_oe property

protected Service $object
return Service