Question

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.

Was it helpful?

Solution

SimpleMail and Fakemail might help you

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top