I try to run PHPUnit Tests in my new machine and I get this error:
PHP Fatal error: Uncaught exception \'UnexpectedValueException\' with message \'Re
Maybe, you have some error with file /etc/init.d/phpx.x-fpm. Let’s restart it:
/etc/init.d/phpx.x-fpm
sudo /etc/init.d/php7.2-fpm restart
In php, before the execution, try this
exec('ulimit -S -n 2048');