Sebastian Bergmann »
30 May 2008 »
in Announcements »
- Fixed the handling of the $options argument array in PHPUnit_Extensions_PhptTestCase. [2865]
- Fixed #438: Setting include_path in configuration does not work. [2953]
- Fixed #440: addTest() and addTestSuite() try to add abstract tests. [2925]
- Fixed #455: @group and @dataProvider do not work together. [2919]
- Fixed #467: Test Database is broken with PHP 5.2.0. [2875]
- Fixed #468: DatabaseTestUtility.php missing from distribution. [2913]
- Fixed #473: Empty exception message when DSN is invalid. [3026]
- Fixed #476: Defining @group for a class and executing just that group causes @dataProvider to be ignored. [3020]
- Fixed #482 and #483: Code Coverage does not work for PHPT tests. [2984]
- Fixed #484: PhptTestCase does not implement SelfDescribing [2991]
- Fixed #488: Argument checking for TestCase::iniSet() is too strict. [3009]
- Closed #490: Call to PHPUnit_TextUI_Command::main() is hard-coded in TextUI/Command.php. [3003]
Sebastian Bergmann »
29 May 2008 »
in PHPUnit »

In cooperation with Open Query, I am offering a three-day workshop on Quality Assurance in PHP Projects.
Quality Assurance in PHP Projects
Now that we know how to build applications that "just work", are fast and scalable, as well as secure, the next logical step is to implement processes and use techniques that help us assure that the software works correctly throughout the software’s lifecycle.
This three-day workshop will introduce the attendees to writing unit tests for the backend and system tests for the frontend of a web application as well as managing the quality from development to deployment and maintainance using tools such as PHPUnit, Selenium RC, phpUnderControl, PHP_CodeSniffer, and PHP_Depend.
The workshop will be held in Melbourne, Australia from Mon 4 Aug - Wed 6 Aug 2008.
Secure your seat today!
Around the course dates, I am also available for consulting and/or in-house training in the Australia and New Zealand region, simply contact Open Query to discuss.
Sebastian Bergmann »
28 May 2008 »
in PHP »
Sebastian Bergmann »
23 May 2008 »
in PHP »