sfModelTestPluginhttp://plugins.symfony-project.com/sfModelTestPluginsymfony unit tests with database accessThe sfModelTestPlugin is a symfony plugin for quickly creating unit tests that require database interaction. Usage is similar to unit tests from Ruby on Rails.Rob Rosenbaumrobnormalrob@robrosenbaum.comyes2007-11-141.0.01.0.0betabetaPHP LicenseWas sfPropelTestPlugin. Thanks to Anders Betner and my blog readers for patches!5.0.01.4.1symfonypear.symfony-project.com1.0.01.1.01.1.01.0.01.0.0betabeta2007-11-14PHP License* Name changed from sfPropelTestPlugin to sfModelTestPlugin
* Added pluggable ORM support
* Added support for Doctrine and Propel 1.3
* Added support for defining test data location at runtime
* Fixed problems with bootstrapping script that caused it to fail on certain machines/environments
* Fixed problem with data not being deleted before reloading