php artisan test
My customized console will report errors if there are notice
and will no longer be executed.
How to reduce error reporting so that only error
is reported?
phpcn_u15822017-06-05 11:10:26
Framework code location:IlluminateFoundationBootstrapHandleExceptions::bootstrap()
Currently, there is no way to change the configuration. Local development can directly modify the value to see the effect. But the best solution is to fix your notice error! ! !