Level 122
Its where your tests should live .....
1 like
Whats the purpose of Test folder in laravel does ever i need it in development purpose or its just a laravel thing.
When you start using TDD (Test Driven Development) then you place all your unit and feature tests in that folder. So if you don't use TDD then you don't need that folder but that is considered bad practice.
Please or to participate in this conversation.