« XML Matters: Lighter than microformats: Picoformats | Main | Discover Python, Part 8: Reading and writing data using Python's input and output functionality »

Check your PHP code at every level with unit tests


Check your PHP code at every level with unit tests
Test-driven development and unit tests are the latest way to make sure your code is behaving as you expect through changes and refactoring. Find out how to unit test your PHP code at the module, database, and user interface (UI) level.