PHP Class lithium\tests\cases\core\ObjectTest

Inheritance: extends lithium\test\Unit
Datei anzeigen Open project: unionofrad/lithium

Public Methods

Method Description
testFilteringWithProtectedAccess ( ) Verifies workaround for accessing protected properties in filtered methods.
testInstanceFalse ( )
testInstanceWithClassesKey ( )
testInstanceWithNamespacedClass ( )
testInstanceWithObject ( )
testMethodFiltering ( )
testMethodInvocationWithParameters ( ) Tests that the correct parameters are always passed in Object::invokeMethod(), regardless of the number.
testMultipleMethodFiltering ( ) Attaches a single filter to multiple methods.
testObjectConfiguration ( ) Test configuration handling
testParents ( )
testResetClass ( )
testResetMethodFilter ( )
testResetMultipleFilters ( )
testRespondsTo ( )
testRespondsToProtectedMethod ( )
testStateBasedInstantiation ( ) Tests that an object can be instantiated using the magic __set_state() method.

Method Details

testFilteringWithProtectedAccess() public method

Verifies workaround for accessing protected properties in filtered methods.

testInstanceFalse() public method

public testInstanceFalse ( )

testInstanceWithClassesKey() public method

testInstanceWithNamespacedClass() public method

testInstanceWithObject() public method

testMethodFiltering() public method

public testMethodFiltering ( )

testMethodInvocationWithParameters() public method

Tests that the correct parameters are always passed in Object::invokeMethod(), regardless of the number.

testMultipleMethodFiltering() public method

Attaches a single filter to multiple methods.

testObjectConfiguration() public method

Test configuration handling

testParents() public method

public testParents ( )

testResetClass() public method

public testResetClass ( )

testResetMethodFilter() public method

testResetMultipleFilters() public method

testRespondsTo() public method

public testRespondsTo ( )

testRespondsToProtectedMethod() public method

testStateBasedInstantiation() public method

Tests that an object can be instantiated using the magic __set_state() method.