MCQs > Website Designing & Development > Laravel Framework > Correct way to set SQLite as database for unit testing?

Laravel Framework MCQs

Which of the following is the correct way to set SQLite as database for unit testing?

Answer

Correct Answer: 'sqlite' => [ 'driver' => 'sqlite', 'database' => storage_path('database.sqlite'), 'prefix' => '', ],

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Laravel Framework Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Laravel Framework Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it