Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

CookieMonster's avatar

Test-Driven Laravel by Adam Wathan

Was wondering anyone followed this course?

Is this course for beginners who wants to learn TDD ?

I tried following the laracast build a forum with TDD course and it's an advanced course and felt overwhelming.

0 likes
2 replies
martinbean's avatar

@nickywan123 It’s a good course, but was recorded using Laravel 5, so there may be some things you need to change for it to work with whatever version of Laravel you’re working with if you’re using a relatively recent version.

The fundamentals of testing remain the same, though. It basically boils down to: given X, when I do Y, I should see Z.

Please or to participate in this conversation.