Good Stuff.
Travis Swicegood (12.Nov.2008 at 13:55)
Talk at php|works/PyWorks (English - US)
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.
Quicklink: https://joind.in/18
By clicking this button you are declaring that you are the speaker responsible for it and a claim request will be sent to the administrator of the event.
If the claim is approved you will be able to edit the information for this talk.
Are you sure?
13.Nov.2008 at 16:08 by Matthew Turland
Demos were good, nice coverage of usage of the framework. Would have been nice to get further into how the framework itself was designed, though that may have been outside the intended scope of the session.
12.Nov.2008 at 20:00 by Chuck Burgess
Good overview of both general PHPT testing and Travis' PHPT package.
Saw basic and some intermediate PHPT concepts in action.
Saw extending capabilities already in the PHPT package.