Summer Sale! All accounts are 50% off this week.

nikoloz's avatar

Testing Laravel

Hi, Where can I find a new Laravel test course?

0 likes
3 replies
jlrdw's avatar
jlrdw
Best Answer
Level 75

I would consider the lessons from @jeffreyway here:

https://laracasts.com/series/php-testing-jargon

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.

2 likes

Please or to participate in this conversation.