News Feed
Jobs Feed
Sections




News Archive
Brandon Savage's Blog:
Interfaces Make Testing Easier
May 26, 2010 @ 09:54:20

In a new post to his blog Brandon Savage writes about a method he's found to make testing Zend Framework applications simpler - specifically in implementing the right interfaces to get the job done.

The unfortunate thing is that more PHP developers don't implement interfaces when they could or should. They prefer to implement abstract or concrete classes and extend from there; however, interfaces offer three distinct advantages over inheritance in [the case of testing a Zend_Auth part of your application].

He gives a few reasons why interfaces should be used including the fact that more than one can be implemented at once, that they make mocking objects easy and that, since it defines most of the API up front, you can know that those methods will be there in the inheriting classes.

1 comment voice your opinion now!
interface unittest zendframework opinion


blog comments powered by Disqus

Similar Posts

Ibuildings techPortal: Refactoring Your Application

Jani Hartikainen's Blog: Validating Zend_Forms using model objects

Tilllate Blog: Unit testing makes coding more fun

Fabien Potencier's Blog: What is Symfony2?

Zend: Zend Framework Database Access Webinar (Oct 31st, 2007)


Community Events











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


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

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