Skip to content

Commit

Permalink
Fix location of phpunit for vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartdohmann committed Dec 18, 2024
1 parent 52503dd commit 32c0829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"phpunit.phpunit": "/workspaces/vaas/php/tests/vaas/vendor/bin/phpunit",
"phpunit.phpunit": "/workspaces/vaas/php/tests/VaasTesting/vendor/bin/phpunit",
"phpunit.php": "/usr/local/bin/php",
"php.debug.ideKey": "vsc",
"php.debug.executablePath": "/usr/local/bin/php",
Expand Down

0 comments on commit 32c0829

Please sign in to comment.