News Feed
Jobs Feed
Sections




News Archive
Matthew Weier O'Phinney's Blog:
Testing Zend Framework MVC Applications
July 01, 2008 @ 12:05:32

Matthew Weier O'Phinney has posted about a project he undertook to make it simple to test "userland projects" built with the Zend Framework as easy to test as the framework's own Front Controller and Dispatcher.

One of my ongoing projects the past few months has been to create an infrastructure for functional testing of ZF projects using PHPUnit. This past weekend, I made the final commits that make this functionality feature complete.

This new functionality allows you to create stub test case classes, use a Zend_Dom_Query object with CSS selectors/XPath for queries and makes available a special PHPUnit test case that handles the interface between some of the custom functionality (boostrapping, dispatching requests, etc) and PHPUnit.

He includes a sample test case that has assertions for calls to a controller with an action, that a page contains a login form and that a page creates a session and redirects to a profile page.

You can get this functionality from the incubator on the subversion repository for the project.

0 comments voice your opinion now!
testing zendframework application phpunit testcase


blog comments powered by Disqus

Similar Posts

Gergely Hodicska's Blog: Extending Zend_Acl to support custom roles and resources

Federico Cargnelutti's Blog: Database Replication Adapter for Zend Framework Applications

Padraic Brady's Blog: Example Zend Framework Blog Application Tutorial - Part 9 PDF Download

3 Engineers Blog: 3 Step Layouts in Zend Framework

Community News: PHPUnit Web Interface (Ajax)


Community Events











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


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

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