My application sends reminder emails, so I am writing a test to make sure that they are sent.
I haven’t chosen a testing framework yet, but am considering SimpleTest. I don’t think I can use PHPUnit because I do not have access to install anything on the Dev server.
Is it easy to do this in SimpleTest? Should I use SimpleTest at all?
Working in PHP 5.2.8.
SimpleMail and Fakemail might help you