In a previous post from the Mozarts blog they look at unit testing your applications and some of the different testing alternatives out there to help.

Unit testing is a very important task of professional, scalable development. Many tools exist to support unit testing in one or another way. All tools come with advantages and drawbacks. One of the best known test frameworks in the world is PHPUnit. With the release of symfony, Fabien Potencier released another new testing framework for : lime.

He compares them both, talking about where they came from and what sort of features they have included. He also gives some sample code for each of the frameworks and shows how a simple test would look in each.

Related posts