theProfit's avatar

Laravel Valet + PhpStorm + PhpUnit

Hi does anybody has a guideline to install :

PHPStorm Valet PHPUnit

Trying to get phpunit to run but keep getting more error's.

Xdebug: [Config] The setting 'xdebug.remote_enable' has been renamed, see the upgrading guide at https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_enable (See: https://xdebug.org/docs/errors#CFG-C-CHANGED) Xdebug: [Config] The setting 'xdebug.remote_host' has been renamed, see the upgrading guide at https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_host (See: https://xdebug.org/docs/errors#CFG-C-CHANGED) Xdebug: [Config] The setting 'xdebug.remote_log' has been renamed, see the upgrading guide at https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_log (See: https://xdebug.org/docs/errors#CFG-C-CHANGED) Xdebug: [Config] The setting 'xdebug.remote_mode' has been renamed, see the upgrading guide at https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_mode (See: https://xdebug.org/docs/errors#CFG-C-CHANGED) Xdebug: [Config] The setting 'xdebug.remote_port' has been renamed, see the upgrading guide at https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_port (See: https://xdebug.org/docs/errors#CFG-C-CHANGED)

PHPUnit 9.5.0 by Sebastian Bergmann and contributors.

0 likes
3 replies
theProfit's avatar

I have done a new homebrew install php 7.4 and then installed pecl install xdebug like it states on the site. only i try to run a test in phpstorm and it crashes.

Sinnbeck's avatar

Yeah. You need to edit your xdebug config in php.ini to get it working again.

Please or to participate in this conversation.