News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
More Bulletproofing with PHPUnit's Database Extension
June 09, 2012 @ 08:10:01

On PHPMaster.com today there's a new tutorial posted about improving on the PHPUnit database testing extension to allow you do other non-query (select) operations - the "C" and "UD" in the typical "CRUD".

In a previous article I discussed how you can create more robust code that queries your relational database through automated testing. But, as you know, querying is just one part of the picture. There are still other database operations, namely create, update, and delete. Just like retrieval, they too should be tested. I'll be exploring the other features of PHPUnit's Database Extensions in this article while building on your knowledge of database testing in PHP.

He helps you get the test environment, complete with the base SQL structure, and the data to test against (and XML structure). They include the sample code to create the test itself and the results when the tests are executed.

0 comments voice your opinion now!
database phpunit unittesting extension


blog comments powered by Disqus

Similar Posts

Vid Luther's Blog: Talking to multiple databases with Symfony 1.2

International PHP Magazine: April 2007 Issue Released

Mike\'s Blog: Hash Extension

Community News: PHPUnit Web Interface (Ajax)

ThinkPHP Blog: Zend & Oracle - Current Status?


Community Events











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


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

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