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
Category Archives: PHP Testing
Phake 1.0.0 is finished
So, now that 2012 is here, I can confidently say that I have accomplished two things…the first is proving that I can indeed completely neglect my site for a year. The second is that given a free weekend I can … Continue reading
Pear Channel set up for Phake
For those that may not have caught my first post on the subject, Phake is a mock framework that I announced a couple of days ago in Introducing Phake Mocking Framework. It was recommended in the comments that I get … Continue reading
Introducing Phake Mocking Framework
I have used PHPUnit heavily now for the last 4 years. As anyone that is heavily involved in writing Unit Tests knows, test doubles (commonly referred to as mock objects) are a necessary part of your toolbox. The mocking options … Continue reading
YAML Now Supported by PHPUnit Database Extension
I have now just committed YAML data sets to the Database Extension for PHPUnit. So now all those that love the simplicity and straightforwardness of YAML can use it with your data sets. I have also created a persistor for … Continue reading
Posted in PHP Testing
8 Comments
Improved PHPUnit Filters
I have finally gotten some time to do some long awaited work on PHPUnit. The first on my agenda was a small improvement to filtering. This was related to ticket #526. Essentially I added the ability to do both white … Continue reading
Posted in PHP Testing
1 Comment
2008 DC PHP Conference – Advanced PHPUnit Testing
And here are the advanced PHPUnit slides! | View | Upload your own Share
Posted in PHP Testing
3 Comments
2008 DC PHP Conference – Automated Unit Testing
As promised here are my automated unit testing slides for the 2008 DC PHP conference. | View | Upload your own Share
Posted in PHP Testing
2 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
Finally used PHPUnit and I like it
I have been working quite a bit lately with the cvs version PHPUnit3. I have spent alot of time in testing using SimpleTest and I have also given some time to test-more.php. However, up until just recently I had honestly … Continue reading
Posted in PHP Testing
3 Comments