Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better advice for mocked base functions.
If the function is used as an argument somewhere, binding NULL to it causes that call to fail. Instead bind the actual function, and then mock that. I think it might also be necessary to do the same for the other default packages, but I'm not certain. Will likely know better at the end of TDD!
- Loading branch information