News Feed
Jobs Feed
Sections




News Archive
Project:
Phactory - A Database Factory for Unit Tests
August 12, 2010 @ 08:46:36

Josh Butts pointed out a new tool for those creating unit tests (either in PHPUnit, SimpleTest or any other PHP unit testing framework) that work with databases that replaces fixtures - Phactory.

Phactory is an alternative to using database fixtures in your PHP unit tests. Instead of maintaining a separate XML file of data, you define a blueprint for each table and then create as many different objects as you need in your PHP code. By using a database factory instead of fixtures, your unit tests will be more clear and easier to write. You'll also be able to change the objects you create programmatically instead of being stuck with the same old fixtures.

The tool gives you a light-weight ORM to use in your tests and, once you define a PDO connection, lets you interact with the objects just like they were normal tables. An example is included on the main page of the site and the code for the project can be found on github.

0 comments voice your opinion now!
unittest phactory database phpunit simpletest


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: PHP Security Tip #19 (Securing Your Connection)

PHPKitchen: Seagull 0.6.0 Released

Chris Hartjes' Blog: Moving on, and a Testing Mini-Manifesto

Developer Tutorials Blog: Testing email routines in web applications

Philip Norton's Blog: PHPUnit Skeleton Classes


Community Events











Don't see your event here?
Let us know!


symfony2 testing community database release rest functional introduction conference usergroup zendframework2 language phpunit opinion podcast framework example series interview development

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework