Paul Rijke

Paul Rijke @parijke

About: Paul is a senior backend developer at Dawn Technology

Location:
The Netherlands
Joined:
Jan 22, 2021

Paul Rijke
articles - 5 total

Distinguishing Stubs from Mocks in Mockery

In modern unit testing, the clarity of your test code is just as important as the logic itself. For...

Learn More 0 0Feb 1

Why 100% PHP Test Coverage is (Mostly) BS

Alright, let's talk testing. Specifically, let's talk about this almost religious pursuit of 100%...

Learn More 0 0Aug 7 '25

TIL: Why PHPMD and SonarCloud don’t always agree

Here’s a good one for the “quirks of tooling” file. We set up both SonarCloud and PHPMD to enforce a...

Learn More 0 0Apr 12 '25

Getting Doctrine's ChangeSet in a postUpdate event

Recently, I had the need of having the changes of an entity in a lifecycle event after the database...

Learn More 1 0Sep 30 '22

Using SQLite in test, and why you should be carefull.

I recently started using phpunit. Yeah, don't shout at me...! I am just a self taught programmer, and...

Learn More 1 0Feb 15 '21