Musician, Ruby on Rails Entusiast, Composer, Programmer and Lover of Hot Sauce

Unit Testing Object Oriented PHP5 Code

Posted: July 1st, 2009 | Author: mindtonic | Filed under: PHP Testing | Tags: , , , , | No Comments »

I have been doing a lot for work with testing and development in Ruby. This has lead me to want to find an option to write Unit Tests for my own PHP based Content Management System, Shabda. It would be a very wise move to make sure that the core system files function exactly as expected. I will update this blog post as I go along.

My research has yielded two possible testing options:

SimpleTest

Other blogs with more information: http://vailo.wordpress.com/2008/07/03/php-unit-test-test-driven-development/



Leave a Reply