I'm currently available for full time hire!
Inquire Here
Blog
Packages & Docs
Quizzes
Resources
Me
Search Blog & Packages
Login
GitHub
GitHub
Blog
Packages & Docs
Quizzes
Resources
Me
Quiz Question Issue
Quiz Question Issue
Use this form to report an issue with a question on a quiz.
Question Information
Topic
Laravel
Question
How would you determine you're currently in the testing environment?
Does this have to do with a specific option?
(Some options might not display correctly in a select box.)
Select Option (Optional)...
if (App::environment('testing')) { // The environment is testing }
if (App::testing()) { // The environment is testing }
if (App::environmentIs('testing')) { // The environment is testing }
Issue
Your E-mail (Optional)
Send