Archive for the ‘unit testing’ Category

Download a web page to a local directory that mirrors its url path - wget file command on Linux

Monday, October 17th, 2011

I was doing some work on my web site and I was about to make some big …

Gotcha - Fatal error: Call to undefined method stdClass::myMethod() in /myscript.php on line

Monday, August 8th, 2011

I had a bit of confusion trying to debug a relatively complex set of classes that …

Zend Config XML and INI files - How to Specify False and Other Non-String PHP Data Types

Friday, August 27th, 2010

Zend Config INI and Zend Config XML are handy adaptors that allow you …

Simpletest expectation class that ignores whitespace in Mock Zend Db Queries

Sunday, January 18th, 2009

I was trying out Simpletest (unit testing framework) using a mock Zend Db connection that expected …