I\'ve tried running the following CLI command:
phpunit -d xdebug.profiler_enable=on XYZTestCase.php
but it just runs as normal. Can anyone
The correct name of the setting is xdebug.profiler_enable with an underscore. Change your command to this:
xdebug.profiler_enable