Monthly Archives: January 2011

PHP Data Factory

I’ve recently written a super simple Data Factory for PHP, called FactoryLib. This can be used to create test data when unit testing your PHP code. Including this in your tests is very simple ?View Code PHP1 2 require ‘factory_lib.php’ … Continue reading

Posted in php | Leave a comment