PHP Class Nelmio\Alice\PropertyAccess\StdPropertyAccessorTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: nelmio/alice

Méthodes publiques

Méthode Description
testGetValueOfAStdClass ( )
testGetValueWithTheDecoratedAccessorWhenTheObjectIsNotAnInstanceOfStdClass ( )
testIsAPropertyAccessor ( )
testIsNotClonable ( )
testSetValueOfAStdClass ( )
testSetValueWithTheDecoratedAccessorWhenTheObjectIsNotAnInstanceOfStdClass ( )
testStdClassPropertiesAreAlwaysWriteable ( )
testStdClassPropertiesAreReadableOnlyIfTheyExists ( )
testThrowsAnExceptionIfPropertyNotFoundOnStdClass ( )
testUsesDecoratedAccessorToDertermineIfPropertyIsReadbleIfObjectIsNotAnStdClassInstance ( )
testUsesDecoratedAccessorToDertermineIfPropertyIsWritableIfObjectIsNotAnStdClassInstance ( )

Method Details

testGetValueOfAStdClass() public méthode

testGetValueWithTheDecoratedAccessorWhenTheObjectIsNotAnInstanceOfStdClass() public méthode

testIsAPropertyAccessor() public méthode

testIsNotClonable() public méthode

public testIsNotClonable ( )

testSetValueOfAStdClass() public méthode

testSetValueWithTheDecoratedAccessorWhenTheObjectIsNotAnInstanceOfStdClass() public méthode

testStdClassPropertiesAreAlwaysWriteable() public méthode

testStdClassPropertiesAreReadableOnlyIfTheyExists() public méthode

testThrowsAnExceptionIfPropertyNotFoundOnStdClass() public méthode

testUsesDecoratedAccessorToDertermineIfPropertyIsReadbleIfObjectIsNotAnStdClassInstance() public méthode

testUsesDecoratedAccessorToDertermineIfPropertyIsWritableIfObjectIsNotAnStdClassInstance() public méthode