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

PHPBuilder.com: Dynamic XML with PHP

Ask About PHP: PHP Basics: Accessing Remote URLs using cURL

Raphael Stolt's Blog: Growling PHPUnit's test status

IBuildings Blog: Book Review: TYPO3 Extension Development

DevShed: Working with PHP and MySQL


Community Events









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


framework api community database introduction example zendframework2 language unittest interview object testing phpunit code development event release composer opinion functional

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