Sponsors
-
Recent Posts
Recent Comments
- [How to] - Multiple PHP version in Apache on PHP5 and PHP4 Running on SAME apache server
- Setting up PHPUnit with XAMPP | Ratatouille on PHPUnit Database Extension (DBUnit Port)
- Loading schema from SQL file, in PHPUnit test on PHPUnit Database Extension (DBUnit Port)
- Christof on Phake 1.0.0 is finished
- Camo Yoshi on Windows 98 Drivers for Dell Memory Key
Archives
- January 2012
- December 2010
- February 2009
- December 2008
- October 2008
- June 2008
- May 2008
- April 2008
- November 2007
- October 2007
- September 2007
- June 2007
- January 2007
- October 2006
- August 2006
- May 2006
- April 2006
- February 2006
- December 2005
- October 2005
- August 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- October 2004
- July 2004
- June 2004
Categories
Meta
Monthly Archives: September 2007
Late static binding….sorta :/
The good news is late static binding has been introduced into head and looks like it will be merged into 5.3 before it is released. The horrible news is I really don’t think the patch went as far as it … Continue reading
Posted in PHP
4 Comments
Adding Database Tests to Existing PHPUnit Test Cases
When I was first creating the Database Extension for PHPUnit I realized that there was a very high likelihood that several people would have tests that were already written that they would like to add additional database tests too. To … Continue reading
Posted in PHP Testing
9 Comments
PHPUnit Database Extension (DBUnit Port)
I have completed the initial feature set for the Database extension to PHPUnit. This is a essentially a port of DBUnit to PHP. For those that may not have read any of my previous postings on the subject the goal … Continue reading
Posted in PHP Testing
35 Comments