#development #laravel #php #reading-list #testing

🔗 Quick Testing Tips: Self-Contained Tests
matthiasnoback.nl

Whenever I read a test method I want to understand it without having to jump around in the test class (or worse, in dependencies). If I want to know more, I should be able to "click" on one of the method calls and find out more.

I'll explain later why I want this, but first I'll show you how to get to this point.

continue reading on matthiasnoback.nl

⚠️ This post links to an external website. ⚠️