News Feed
Jobs Feed
Sections




News Archive
Jeremy Cook's Blog:
Making PHPUnit, Doctrine & MySQL Play Nicely
March 02, 2012 @ 12:05:48

Jeremy Cook has put together a new post showing how he got PUPUnit, Doctrine and MySQL to "play nicely" together when he was writing up some of his tests in a current application.

One of the pain points for me though has been in getting Doctrine setup with PHPUnit for testing. One of the main Doctrine contributors, Benjamin Beberlei, has written a package called DoctrineExtensions which amongst other things adds a class called DoctrineExtensionsPHPUnitOrmTestCase which extends PHPUnit's DbUnit database test case class. This all works well in principle but hits a major snag in reality: MySQL doesn't allow InnoDb tables with foreign keys to be truncated. PHUnit's database extension truncates the database tables before each test run and inserts a fresh set of data to work with.

To work around this issue Jeremy by porting over a method posted by Mike Lively over to Doctrine as a custom "MySQLTruncate" class (code included in the post). He also includes some sample code showing it in use - a basic ORM test case that calls the truncate method when its set up.

0 comments voice your opinion now!
phpunit doctrine orm unittest mysql truncate


blog comments powered by Disqus

Similar Posts

Brian Moon's Blog: PHP/MySQL Meetup.com group for North Alabama

Alexander Netkachev's Blog: Automatic testing of MVC applications created with Zend Framework

DevShed.com: Building a Simple Affiliate System in PHP/MySQL

Sebastian Bergman\'s Blog: PHPUnit Support in PHPEclipse

Sebastian Bergmann\'s Blog: Fluent Interface in PHPUnit 3.0


Community Events











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


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

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