Fix for tests
This commit is contained in:
parent
5e3a56ec61
commit
505f0d90af
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
// https://laracasts.com/discuss/channels/general-discussion/l5-maximum-function-nesting-level-of-100-reached-aborting/
|
||||
ini_set('xdebug.max_nesting_level', 256);
|
||||
ini_set('xdebug.max_nesting_level', 512);
|
||||
|
||||
define('LARAVEL_START', microtime(true));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue