mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-11-03 15:07:34 -05:00
Fix for tests
This commit is contained in:
parent
5e3a56ec61
commit
505f0d90af
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
// https://laracasts.com/discuss/channels/general-discussion/l5-maximum-function-nesting-level-of-100-reached-aborting/
|
// 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));
|
define('LARAVEL_START', microtime(true));
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user