Guys, am I missing something or there is no unit tests for ORM module https://github.com/kohana/orm ?
as well as for Database https://github.com/kohana/database ... :-S
You aren't missing something.
Hm, interesting... Why there are no tests then? The core is greatly covered, how is that happened that 2 so much important modules don't have UT?
Generally, because they are un-unit-testable. It's impossible to mock components, etc. They should be rewritten from the ground up to be testable.
It looks like you're new here. If you want to get involved, click one of these buttons!