News Feed
Jobs Feed
Sections




News Archive
Michelangelo van Dam:
Learning lessons at ZendUncon
November 13, 2012 @ 10:04:55

Michelangelo van Dam has shared something new he learned at the recent ZendCon conference about using fixtures with his PHPUnit testing.

In my previous post I already mentioned Sebastian Jerzy Wilczyński (@dj_sebastian_w) and his uncon session "Unit Testing for Databases using fixtures and phpunit". It made me wonder how much difference it would make if you use fixtures instead of testing database interactions using predefined sets of data. Since I work a lot with Zend Framework I was looking at how I could use fixtures and mock objects to follow Sebastian's guidelines. So I gave it a try. This is what I came up with.

He illustrates with some example code - a set of database data (the fixtures) and sample tests that use the Zend Framework's mapper and table gateway functionality to work with the tables. His test then mocks out the DbTable class for the "Order" object and forces a return of the database fixture data.

0 comments voice your opinion now!
phpunit database fixture mock zendframework unittest


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Create a Unit Conversion Application w/the Zend_Measure Component

Developer.com: Managing File Uploads with the Zend Framework

Brian Swan's Blog: Running PHPUnit in Windows Azure

Sebastian Bergmann's Blog: Using PHPUnit from a Git Checkout

Stefan Mischook's Blog: Introduction to MySQL Video Tutorial


Community Events











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


podcast tool functional community framework phpunit application development example opinion testing conference code interview release introduction zendframework2 language unittest series

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