
Presented by Jason Sweat
It is univerally agreed testing your code is a good thing. Most PHP developers have at least heard about testing frameworks which let you
automate portions of this testing. In this workshop, author Jason Sweat examines Test Driven Development which takes the idea of testing
from an afterthought into a practice of writing tests before the writing the actual code, promoting code which is more completely covered by
unit tests, and is better designed as a result of this practice.