News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
Unit testing Zend Framework 1
May 01, 2012 @ 10:54:51

Rob Allen has a new post (a quick introduction) about working with the unit tests in the Zend Framework (version 1), how to get PHPUnit working and execute the tests.

As part of our release process for Zend Framework 1.12, I've been working through the unit tests and running them on PHP 5.2.4 as it seems that recent changes weren't being tested with that version. This isn't totally surprising as Open Source contributors are, almost by definition, interested in new things and so are much more likely to be running PHP 5.4 rather than 5.2!

Since there's a compatibility issue between the tests and the current versions of PHPUnit, he shows you how to install the 3.4 version instead following these instructions. Then, to run the tests, it's a simple call to execute this PHPUnit version with options for outputting to the "standard error", setting an infinite memory limit and pointing to the tests for your component of choice.

0 comments voice your opinion now!
unittest zendframework phpunit version incompatible tutorial


blog comments powered by Disqus

Similar Posts

Adam Gotterer's Blog: Building an Object Collection Manager with the Standard PHP Library (SPL)

Richard Davey\'s Blog: Prepare for PHP 6

Developer.com: Doctrine: Object Relational Mapping for Your PHP Development

Zend: Extension Writing Tutorials - Resources (Part 3)

Karsten Deubert's Blog: Zend_MVC, Controller Plugins and Annotations


Community Events











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


interview introduction series symfony2 opinion phpunit framework development rest database zendframework2 functional release podcast testing community usergroup conference language unittest

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