1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Fix for tests

This commit is contained in:
Hillel Coren 2018-05-03 21:25:17 +03:00
parent 5e3a56ec61
commit 505f0d90af

View File

@ -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));