PHP Class lithium\tests\cases\data\EntityTest

Inheritance: extends lithium\test\Unit
Show file Open project: unionofrad/lithium

Protected Properties

Property Type Description
$_model

Public Methods

Method Description
testAppendingErrors ( )
testAppendingErrorsWithArraySyntax ( )
testAppendingErrorsWithMixedSyntax ( )
testConversion ( )
testErrors ( )
testHandlers ( )
testIncrement ( )
testMethodDispatch ( )
testMethodDispatchWithEntityAsModel ( )
testMethodDispatchWithNoModel ( )
testModified ( )
testPropertyAccess ( )
testPropertyIssetEmpty ( )
testResetErrors ( )
testRespondsTo ( )
testRespondsToParentCall ( )
testSchemaAccess ( )
testStringCasting ( ) Tests that an entity can be cast to a string based on its bound model's meta data.

Method Details

testAppendingErrors() public method

public testAppendingErrors ( )

testAppendingErrorsWithArraySyntax() public method

testAppendingErrorsWithMixedSyntax() public method

testConversion() public method

public testConversion ( )

testErrors() public method

public testErrors ( )

testHandlers() public method

public testHandlers ( )

testIncrement() public method

public testIncrement ( )

testMethodDispatch() public method

public testMethodDispatch ( )

testMethodDispatchWithEntityAsModel() public method

testMethodDispatchWithNoModel() public method

testModified() public method

public testModified ( )

testPropertyAccess() public method

public testPropertyAccess ( )

testPropertyIssetEmpty() public method

testResetErrors() public method

public testResetErrors ( )

testRespondsTo() public method

public testRespondsTo ( )

testRespondsToParentCall() public method

testSchemaAccess() public method

public testSchemaAccess ( )

testStringCasting() public method

Tests that an entity can be cast to a string based on its bound model's meta data.
public testStringCasting ( )

Property Details

$_model protected property

protected $_model