Home »
MCQs »
Laravel MCQs
Which of the following folder includes the classes needed for database unit testing?
23. Which of the following folder includes the classes needed for database unit testing?
- Seeds
- Migrations
- Factories.
Answer: A) Seeds
Explanation:
Seeds folder includes the classes needed for database unit testing.