Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Symfony Blog:
Unit Testing your Models
Oct 09, 2008 @ 15:20:00

Symfony developers out there will be happy to know that, since the release of symfony 1.1, writing unit tests for your models has been made even easier.

Writing unit tests for your Propel or Doctrine model is much more easier as of symfony 1.1. In this tutorial, you will learn some great tips and best practices to write better tests for your models.

The tutorial walks you through the creating of a simple test - evaluating a few criteria for the database contents. The entire thing is contained inside of YML files and is easily run via the sfConfig and integrated Propel functionality.

tagged: unittest model symfony framework yml sfconfig propel

Link:


Trending Topics: