And if your controller/handler CFCs are very minim...
# testing
s
And if your controller/handler CFCs are very minimal and all your business logic is in your model CFCs and those are completely independent of the framework/environment, then you're also in a better place. If you're having to mock a lot of your "environment", then your code is "poorly written", i.e., harder to test -- so the place to start is refactoring it to make it easier to test, rather than trying to mock out scopes etc.