There was an error while loading. Please reload this page.
1 parent 6d407e2 commit f1c34f8Copy full SHA for f1c34f8
.vscode/settings.json
@@ -11,7 +11,7 @@
11
"${workspaceFolder}": "${workspaceFolder}"
12
},
13
"better-phpunit.commandSuffix": "--colors=auto",
14
- "phpunit.phpunit": "/usr/src/api/vendor/bin/phpunit", // Skip to find in common places (vendor, *.phar)
+ "phpunit.phpunit": "${workspaceFolder}/api/vendor/bin/phpunit", // Skip to find in common places (vendor, *.phar)
15
"phpunit.docker.container": "api", // Skip to select from running containers
16
"phpunit.paths": { // Map paths in remote environments.
17
"/workspace/docker-octane-vue/api": "/usr/src/api",
0 commit comments