Skip to content

Commit 61e889d

Browse files
committed
able to run phpunit
1 parent 5913e24 commit 61e889d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.vscode/settings.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
"jumpToAliasFile.alias": {
33
"@": "/Users/dannyyassine/Documents/dev/docker-octane-vue/src"
44
},
5-
65
"better-phpunit.docker.enable": true,
7-
"better-phpunit.docker.command": "docker exec docker-swoole-php",
6+
"better-phpunit.docker.command": "docker exec api",
87
"better-phpunit.phpunitBinary": "/usr/src/api/vendor/bin/phpunit",
98
"better-phpunit.xmlConfigFilepath": "/usr/src/api/phpunit.xml",
109
"better-phpunit.docker.paths": {
11-
"/Users/dannyyassine/Documents/dev/docker-octane-vue/api": "/usr/src/api"
10+
"/workspace/docker-octane-vue/api": "/usr/src/api"
1211
},
1312
"better-phpunit.commandSuffix": "--colors=auto"
1413
}

0 commit comments

Comments
 (0)