When working with PHP frameworks, do I have to conceive unit tests for controllers and other pieces.
I don't know if it amounts to testing the frameworks components what are already well-tested.
My question is what type of code is supposed to be unit-tested, when working with PHP framworks.
Thank you in advance.