Getting phpunit to work with MAMP
by Pascal Opitz on May 13 2009, 12:41
In order to run my unit tests, I needed to get phpunit running with MAMP. Thanks to the helpful post of Mark Kirby on this, I figured it out.
Web Technique
by Pascal Opitz on June 29 2009, 23:59
It really is time to post something, isn't it? Here is a quick way to have an image preview inside of a form based on Zend Form.
by Pascal Opitz on May 13 2009, 12:41
In order to run my unit tests, I needed to get phpunit running with MAMP. Thanks to the helpful post of Mark Kirby on this, I figured it out.
by Matthias Willerich on May 8 2009, 15:12
by Pascal Opitz on April 22 2009, 17:37
So I was wondering why loadXML gives me parsing errors, despite a big try and catch around it ... it's not a bug they say.
by Pascal Opitz on April 20 2009, 09:37
Web applications nowadays use an increasingly distributed set of resources. How do we test our MVC applications that use web services in their models?