elliotchance / concise

✅ Concise is test framework for using plain English and minimal code, built on PHPUnit.
MIT License
45 stars 3 forks source link

getProperty() and setProperty() should allow different classes #309

Closed elliotchance closed 8 years ago

elliotchance commented 8 years ago

When setting and getting private properties of a class it will only operate on the child class, but since private is local to the class itself the variable you wish to set or get might be up the chain.