Programming Articles - JavaScript, XHTML, CSS, Java

Friday, 20 March 2009

Print

Unit testing Soap Client with PHP Unit and Zend Studio

I had a bit of trouble getting this to work out of the box, so I thought I would share this with others. To get this working, do the following:

# Zend Debugger: Point to the debugger in your Zend Studio installation directory

zend_extension=/home/mfellows/Zend/ZendStudioForEclipse-6.1.1/plugins/org.zend.php.debug.debugger.linux.x86_5.2.15.v20080907/resources/php5/ZendDebugger.so

Hope that helps someone...