We'll look into making this change in the next version.
If possible, try to avoid mocking away data-access, and instead use a real database: it will give you better tests as you'll otherwise will ignore problems that can occur in the database (e.g. fk violations, uc violations, locking issues that lead to deadlocks etc.)