Fatal error: Cannot use 'void' as class name as it is reserved in /var/www/symfony/vendor/atoum/atoum/classes/report/fields/runner/tests/void.php on line 11
[Symfony\Component\Debug\Exception\FatalErrorException]
Compile Error: Cannot use 'void' as class name as it is reserved
Exception trace:
() at /var/www/symfony/vendor/atoum/atoum/classes/report/fields/runner/tests/void.php:11
This has only started happening when I updated to PHP 7.1.
When attempting to run
php app/console atoum --env=test -vvv
I get:
This has only started happening when I updated to PHP 7.1.