Skip to content

Commit 3cf4144

Browse files
author
“Danny
committed
fixed phpunit
1 parent 44b608c commit 3cf4144

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.vscode/settings.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
33
"@": "/Users/dannyyassine/Documents/dev/docker-octane-vue/src"
44
},
55
"better-phpunit.docker.enable": true,
6-
"better-phpunit.docker.command": "docker exec api",
6+
"better-phpunit.docker.command": "sudo docker exec api",
77
"better-phpunit.phpunitBinary": "/usr/src/api/vendor/bin/phpunit",
88
"better-phpunit.xmlConfigFilepath": "/usr/src/api/phpunit.xml",
99
"better-phpunit.docker.paths": {
1010
"/workspace/docker-octane-vue/api": "/usr/src/api",
11+
"/home/ubuntu/docker-octane-vue/api": "/usr/src/api",
1112
"${workspaceFolder}": "${workspaceFolder}"
1213
},
1314
"better-phpunit.commandSuffix": "--colors=auto",
14-
"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
15+
"phpunit.phpunit": "vendor/phpunit/phpunit/phpunit", // Skip to find in common places (vendor, *.phar)
16+
"phpunit.command": "sudo docker exec api", // Skip to select from running containers
1617
"phpunit.paths": { // Map paths in remote environments.
1718
"/workspace/docker-octane-vue/api": "/usr/src/api",
18-
"${workspaceFolder}": "${workspaceFolder}"
19+
"/home/ubuntu/docker-octane-vue/api": "/usr/src/api"
1920
}
2021
}

0 commit comments

Comments
 (0)