PHPUnit 3.2.17
- Fixed an issue with the error handler. [2670]
FrOSCon is a two-day conference on free software and open source, which takes place on August, 23th and 24th 2008 at the University of Applied Sciences Bonn-Rhein-Sieg in Sankt Augustin near Bonn, Germany.
Focus of the conference is a comprehensive range of talks about current topics in Free Software and Open Source. Furthermore, space will be provided for developers of free software and open source projects to organize their own developer meetings or even their own program.
2008 will see the third installment of FrOSCon. It is organized by the deparmtent of computer science in collaboration with the Linux/Unix User Group Sankt Augustin, the student body and the FrOSCon e.V.
In addition to the Call for Papers for the main conference, the Call for Papers for the PHP @ FrOSCon 2008 sub-conference is now open.
FrOSCon 2007 was awesome, and I do not expect this to be different this year.

I will present a tutorial on PHPUnit and Selenium RC at this year's edition of OSCON:
Testing with PHPUnit and Selenium
In the last decade, PHP has developed from a niche language for adding dynamic functionality to small websites to a powerful tool making strong inroads into large-scale Web systems. Critical business logic like this needs to work correctly. But how do you ensure that it does? You test it, of course.
To make code testing viable, good tool support is needed. This is where PHPUnit comes into play. It is a member of the xUnit family of testing frameworks and provides both a framework that makes the writing of tests easy as well as the functionality to easily run the tests and analyse their results.
PHPUnit is an open source framework for test-driven development in any PHP-based code that automates unit testing and reduces the effort required to frequently test code while developing it. Held by the tool’s creator, attendees of this tutorial will receive insight and sage advice not found anywhere else. They will learn how to test both the backend and frontend of their web applications with PHPUnit and Selenium.
I submitted the tutorial proposal before phpUnderControl came out, but I do plan on covering it.
See you in Portland, OR July 21-25 2008!