There are several one here that are good, they might not be new but the gist is the same.
There is also this course from Spatie https://spatie.be/courses/testing-laravel-with-phpunit
Summer Sale! All accounts are 50% off this week.
Hi, Where can I find a new Laravel test course?
I would consider the lessons from @jeffreyway here:
And FYI I normally look at testing to see ways to refactor code (make it cleaner).
As far as "does something work" many test are redundant, meaning there have been countless post where in real app a method completely works, but the person can't get a test to pass.
If that were the case, the test and real method would fail or error out.
But just my thoughts and opinion on testing.
Please or to participate in this conversation.