News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: AJAX Chat Tutorial

PHPMaster.com: Array Handling Functions

Pavel Shevaev's Blog: Make php-fpm execute arbitrary PHP scripts via socket

Robert Basic's Blog: Debugging two PHP projects in Netbeans at the same time

HowTo Forge: Intrusion Detection For PHP Applications With PHPIDS


Community Events











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


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

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