Does anyone know of the correct way to develop unit tests for a CakePHP 2.3.1 application that utilises MySQL stored procedures?
I've looked on the cake site but the documentation on testing isn't huge. I've checked out SO and Google as well - can't seem to find mention of the problem/situation.
The unit testing is using fixtures, not a real database for the data.
Any help/pointers are really appreciated!
J