Setting private properties in tests
7th September 2019 7:16 pm
Sometimes when writing a test, you come across a situation where you need to set a private field that's not accessible through any existing…
7th September 2019 7:16 pm
Sometimes when writing a test, you come across a situation where you need to set a private field that's not accessible through any existing…
28th July 2019 7:55 pm
If you're doing client work, you don't generally have to worry too much about working with any services other than those that will be…
19th June 2019 9:00 pm
The bisect command in Git can be very useful when trying to catch any regressions. If you know that a bug was not present at some point in…
14th May 2019 11:15 am
Last year I wrote a post illustrating how to write golden master tests for PHP applications in general . This approach works, but has a…
4th March 2019 9:26 pm
For the last few weeks, I've been kept busy at work building out a new homepage for the legacy intranet system I maintain. The new homepage…