Fix: try void phpunit error
This commit is contained in:
parent
40bd017b20
commit
88fe00429e
@ -28,7 +28,7 @@
|
|||||||
* \brief File that defines environment for Dolibarr pages only (variables not required by scripts)
|
* \brief File that defines environment for Dolibarr pages only (variables not required by scripts)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ini_set('memory_limit', '128M'); // This may be useless if memory is hard limited by your PHP
|
//@ini_set('memory_limit', '64M'); // This may be useless if memory is hard limited by your PHP
|
||||||
|
|
||||||
// For optionnal tuning. Enabled if environment variable DOL_TUNING is defined.
|
// For optionnal tuning. Enabled if environment variable DOL_TUNING is defined.
|
||||||
// A call first. Is the equivalent function dol_microtime_float not yet loaded.
|
// A call first. Is the equivalent function dol_microtime_float not yet loaded.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user