Sponsors
-
Recent Posts
Recent Comments
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
Category Archives: PHP Testing
TAP Compliant PHP Testing Harness
I have been doing a fair bit of thinking concerning testing over the last couple of days. This was partially driven by a couple of emails Paul and I have sent back and forth as well as a posting in … Continue reading
Posted in PHP Testing
4 Comments
Updated Simpletest+Apache-Test
A couple days ago I came across a post in Chris Shiflett’s blog concerning a tutorial that Geoff Young and he were giving at JApacheCon. Part of this post was giving some information on a small extension I wrote for … Continue reading
Posted in PHP Testing
Leave a comment
Implementing Apache-Test Support into Simple Test
I have successfully gotten Simple Test to test itself in Apache-Test. It wasn’t that hard really. I have added very basic Apache-Test support by just subclassing the SimpleReporter class in SimpleTest. The new class name is TAPReporter. It basically just … Continue reading
Posted in PHP Testing
Leave a comment
TAP Format Explained (Apache-Test)
As some of you know I am currently working on a project to allow Simple Test to be Apache-Test compliant. The process to take in doing so is to enable Simple Test to produce TAP compliant output. To do so … Continue reading
Posted in PHP Testing
Leave a comment
I think I finally understand Apache-Test
I told Marcus Baker a couple of weeks ago that I would like to lend a hand in figuring out the best way to get SimpleTest working with Apache-Test. I actually was able to put quite a bit of time … Continue reading
Posted in PHP Testing
Leave a comment