News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Mike Lively's Blog: Adding Database Tests to Existing PHPUnit Test Cases

PHP Town Hall Podcast: Episode #3 - The EE Revolt of 2012 and Why You Should Unit-test Your Shit

Till Klampaeckel's Blog: RFC: Mocking protected methods

DZone.com: Testing PHP scripts

International PHP Magazine: Poll Question: What Is the Main Hindrance for PHP 5 to Get Adopted?


Community Events









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


podcast api zendframework2 release code interview conference functional opinion development language example tool introduction object testing framework composer event community

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