mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 23:54:29 -04:00
Fix for tests
This commit is contained in:
parent
5e3a56ec61
commit
505f0d90af
@ -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…
x
Reference in New Issue
Block a user