PHPSpec allows us to test our objects in a different way than tools like PHPUnit do. Rather than focussing on testing the implementation of objects we'll test the behavior. In this talk I'll do a live coding session where we'll go over the practical usage of PHPSpec to test your objects.