Testing the PHP Way: PHPT

php|works / PyWorks 2008
At a Glance

Location: Atlanta, GA
Dates: Nov. 12 (tutorials)
Nov. 13-14 (main)
Tutorials: 10
Talks: 65
Presented By






Become a sponsor or media sponsor today!
Media Sponsors










Become a sponsor or media sponsor today!
In-depth tutorial day: November 12, 2008 @ 13:00 – 16:00
Presented by: Travis Swicegood
Talk focus: PHP

Most people don't realize this, but there is a testing format specifically for the PHP source code called PHPT. Tests written in this format shed the normal xUnit baggage and make your tests look like small snippets of PHP. A new, OO framework for running these tests has been created to allow easy extension. This tutorial introduces users to the PHPT framework, its concepts, and how to extend it to take full advantage of the new extensibility it offers.