Skip to content

Commit

Permalink
fix: remove execPath from config since it's not used
Browse files Browse the repository at this point in the history
  • Loading branch information
elonmallin committed Nov 25, 2023
1 parent 1a9ea96 commit 9b4f0b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,6 @@
"type": "object",
"description": "Path mappings for your virtual/remote environments. Ex: { \"local/workspace/folder\": \"docker/workspace/folder\" }"
},
"phpunit.execPath": {
"type": "string",
"description": "DEPRECATED: Use phpunit.php and phpunit.phpunit instead."
},
"phpunit.envVars": {
"type": "object",
"title": "Set environment variables before running the phpunit command"
Expand Down

0 comments on commit 9b4f0b5

Please sign in to comment.