Overview of intricacies of the YAML serialization format. How to avoid beating your head against the wall trying to debug datatype and parsing issues.
Tag Archives: YAML
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.