Controller tests do not show up in code coverage
Closed this issue · 1 comments
makeusabrew commented
I suspect this is due to the use of getMock() to cover the class (9ba2b6f) - perhaps make a concrete class instead (not as elegant, but CC would be useful)
makeusabrew commented
replacing mock functionality with concrete class, closed by 6595bbc