By reading the manual, it doesn't look like ZF is encouraging users to do unit testing. I know that it's up to the developer to worry about this, but shouldn't the ZF encourage developers to test their classes? I'm not talking about developing a unit testing framework or anything like that, you can communicate this by just adding:
test/
mocks/
unit_tests/
to the manual: 7.1.2.1. Create your filesystem layout. Rails has been
heavily promoting unit testing with great results.
What do you think?
