I've read some people do test them and some people don't. When would you unit test a getter/setter?
If I would like to skip unittesting getters and setters, how would I manage that with PHPUnit (skip ALL getters and setters)?
I've read some people do test them and some people don't. When would you unit test a getter/setter?
If I would like to skip unittesting getters and setters, how would I manage that with PHPUnit (skip ALL getters and setters)?