PHPUnit Test Explorer (VSCode)
PHPUnit Test Explorer - Visual Studio Marketplace
設定項目
phpunit.php
php コマンドの絶対パス
phpunit.phpunit
phpunit のパス
Path to phpunit. Can be the phpunit file or phpunit.phar.\n\nAutomatically finds it in common places:\n - Composer vendor directory\n - phpunit.phar in your project\n - phpunit (or phpunit.bat for windows) globally on the command line
phpunit.command
Custom command to run. Ex: docker exec -t container_name
phpunit.args
Any phpunit args (phpunit --help) e.g. --configuration ./phpunit.xml.dist
phpunit.clearOutputOnRun
True will clear the output when we run a new test. False will leave the output after every test.
phpunit.showAfterExecution
Specify if the test report will automatically be shown after execution
Docker で実行したい