PHP Class Nelmio\Alice\PropertyAccess\StdPropertyAccessorTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: nelmio/alice

Public Methods

Method Description
testGetValueOfAStdClass ( )
testGetValueWithTheDecoratedAccessorWhenTheObjectIsNotAnInstanceOfStdClass ( )
testIsAPropertyAccessor ( )
testIsNotClonable ( )
testSetValueOfAStdClass ( )
testSetValueWithTheDecoratedAccessorWhenTheObjectIsNotAnInstanceOfStdClass ( )
testStdClassPropertiesAreAlwaysWriteable ( )
testStdClassPropertiesAreReadableOnlyIfTheyExists ( )
testThrowsAnExceptionIfPropertyNotFoundOnStdClass ( )
testUsesDecoratedAccessorToDertermineIfPropertyIsReadbleIfObjectIsNotAnStdClassInstance ( )
testUsesDecoratedAccessorToDertermineIfPropertyIsWritableIfObjectIsNotAnStdClassInstance ( )

Method Details

testGetValueOfAStdClass() public method

testGetValueWithTheDecoratedAccessorWhenTheObjectIsNotAnInstanceOfStdClass() public method

testIsAPropertyAccessor() public method

testIsNotClonable() public method

public testIsNotClonable ( )

testSetValueOfAStdClass() public method

testSetValueWithTheDecoratedAccessorWhenTheObjectIsNotAnInstanceOfStdClass() public method

testStdClassPropertiesAreAlwaysWriteable() public method

testStdClassPropertiesAreReadableOnlyIfTheyExists() public method

testThrowsAnExceptionIfPropertyNotFoundOnStdClass() public method

testUsesDecoratedAccessorToDertermineIfPropertyIsReadbleIfObjectIsNotAnStdClassInstance() public method

testUsesDecoratedAccessorToDertermineIfPropertyIsWritableIfObjectIsNotAnStdClassInstance() public method