Long ago, Ryan wrote the history of our fixture frameworks. Now, you too can have the awesome Team Lazer Beez database fixture for your own project. With the release of Team Lazer Beez Open Source (formerly Genius Open Source) version 1.2, our YAML-backed, easy-to-setup fixture framework has been integrated into the gosTest framework. Here is [...]
Tag Archives: database
Hibernate Resource Management with Callbacks
Posted by Marshall Pierce on 2010/05/17
4 comments
How to make your Hibernate code cleaner and more robust by abstracting away session and transaction creation and teardown.
Testing DB Dependencies with PHPUnit
Posted by Ryan Ausanka-Crues on 2009/03/30
4 comments
Genius.com’s development of a fixture-base unit testing framework with PHPUnit for easier testing of database-dependent code.