Skip to content

Commit f1c34f8

Browse files
authored
updated phpunit testing explorer
1 parent 6d407e2 commit f1c34f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"${workspaceFolder}": "${workspaceFolder}"
1212
},
1313
"better-phpunit.commandSuffix": "--colors=auto",
14-
"phpunit.phpunit": "/usr/src/api/vendor/bin/phpunit", // Skip to find in common places (vendor, *.phar)
14+
"phpunit.phpunit": "${workspaceFolder}/api/vendor/bin/phpunit", // Skip to find in common places (vendor, *.phar)
1515
"phpunit.docker.container": "api", // Skip to select from running containers
1616
"phpunit.paths": { // Map paths in remote environments.
1717
"/workspace/docker-octane-vue/api": "/usr/src/api",

0 commit comments

Comments
 (0)