vscode-phpunit icon indicating copy to clipboard operation
vscode-phpunit copied to clipboard

Look for PHPUnit in composer global vendor directory?

Open trymeouteh opened this issue 7 months ago • 0 comments

The PHPUnit settings allows you to set where to search for the PHPUnit file. It will look for PHPUnit in the following places...

  • Composer vendor directory
  • phpunit.phar in your project
  • phpunit (or phpunit.bat for windows) globally on the command line

Please also have this look for the PHPUnit file in the global Composer vendor directory which on Linux is located in ~/.config/composer/vendor/bin/phpunit

trymeouteh avatar Jul 14 '25 16:07 trymeouteh