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

KillerPHP.com: Zend Framework Components Part 2: Zend_View

Chris Hartjes' Blog: Metatesting: Extending Your Testing Tools

Marcelo Gornstein's Blog: Unit test your PHP IVR applications with PAGI

Padraic Brady's Blog: An Example Zend Framework Blog Application - Part 1: Introductory Planning

Zend Developer Zone: Work with XML Data in the Zend Framework


Community Events











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


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

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