There was an error while loading. Please reload this page.
1 parent 5913e24 commit 61e889dCopy full SHA for 61e889d
.vscode/settings.json
@@ -2,13 +2,12 @@
2
"jumpToAliasFile.alias": {
3
"@": "/Users/dannyyassine/Documents/dev/docker-octane-vue/src"
4
},
5
-
6
"better-phpunit.docker.enable": true,
7
- "better-phpunit.docker.command": "docker exec docker-swoole-php",
+ "better-phpunit.docker.command": "docker exec api",
8
"better-phpunit.phpunitBinary": "/usr/src/api/vendor/bin/phpunit",
9
"better-phpunit.xmlConfigFilepath": "/usr/src/api/phpunit.xml",
10
"better-phpunit.docker.paths": {
11
- "/Users/dannyyassine/Documents/dev/docker-octane-vue/api": "/usr/src/api"
+ "/workspace/docker-octane-vue/api": "/usr/src/api"
12
13
"better-phpunit.commandSuffix": "--colors=auto"
14
}
0 commit comments