News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Mike Lively's Blog:
Adding Database Tests to Existing PHPUnit Test Cases
September 05, 2007 @ 10:50:30

Mike Lively has posted about functionality he's created to add database testing procedures to preexisting PHPUnit tests supplementing his other post n adding database support to PHPUnit.

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 accomplish this I actually wrote the PHPUnit_Extensions_Database_DefaultTester class. In fact, if you were to look at the source of the database test case you will see that all of it's operations are actually forwarded to this class which does all of the work.

He includes his same example from before - the banking system - and shows how the tests can be appended on, adding a getDatabaseTester method that returns an object the rest of the tests can use.

0 comments voice your opinion now!
database test phpunit unittest existing case database test phpunit unittest existing case



Similar Posts

WebProNews.com: ASP vs. PHP

PHP in Action Blog: Testing a Zend Framework action controller with View Helpers

Spindrop.us: PHP double versus single quotes

Zend Developer Zone: SQLite: Lean, Mean DB Machine

Lukas Smith's Blog: Database abstraction mailing list [UPDATE]


Community Events







Don't see your event here?
Let us know!


conference cakephp developer release releases book PEAR package PHP5 security zend job framework ajax database application zendframework example code mysql

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework