I\'ve tried running the following CLI command:
phpunit -d xdebug.profiler_enable=on XYZTestCase.php
but it just runs as normal. Can anyone
On Windows with phpStorm
Enter this into the command line:
set XDEBUG_CONFIG="idekey=PHPSTORM"
This will add an environment variable that phpStorm will lookout for.