Make everything testable

Currently with CDbTestcase all the Active Records are testable. I know that there are testing facility for acceptance testing Controllers and there actions but I really want to unit test them as well. Its quite a bit of pain, to setup controller tests or even more module tests. If Yii 2.0 would provide a conventional way of unit testing everything this would make me extraordinary happy :).

Kind regards,

Bergtroll