@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.