Creating custom assertions with PHPUnit

16th November 2017 3:15 pm

Today I've been working on a library I'm building for making it easier to build RESTful API's with Laravel. It uses an abstract RESTful…

Catching debug statements in PHP

6th November 2017 12:00 pm

It's unfortunately quite easy to neglect to remove debugging statements in PHP code. I've done so many times myself, and it's not unknown…