News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Mike Naberezny's Blog:
Wrapping PHP Functions for Testability
August 01, 2007 @ 15:28:00

Mike Naberezny has a new post today about one of the easiest ways he's found to "wrap up" those functions in your code that make the unit testing for your application break when you run it:

One of the problems that hampers the testability of PHP code is the coupling created by accessing all of the PHP global functions. This happens often because a large number of useful extensions are accessed only through global functions.

He gives the example of an LDAP connect script that, because it requires an external LDAP server to connect to and return a response from, would break the tests. His way around the problem is to use an extension versus just calling the object itself (code included) through a ExtensionProxy. Then, it's a simple matter of calling the proxy object with the type parameter for the function to be called and evaluating the response of the proxy instead of the actual call.

0 comments voice your opinion now!
unittest testing extension proxy tutorial unittest testing extension proxy tutorial



Similar Posts

PHP-Tools Blog: XML_Parser tutorial published

DevShed: The Basics of Implementing Adapter Objects with PHP

Sebastian Bergmann's Blog: Update on Mutation Testing

PHP-Learn-It.com: Ajax Edit in Place

HowToForge.com: Loops In PHP


Community Events







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


application zendframework conference job PEAR developer release framework book ajax cakephp zend database package mysql releases example security code PHP5

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