There was an error while loading. Please reload this page.
1 parent 3cf4144 commit 48661a0Copy full SHA for 48661a0
.vscode/settings.json
@@ -13,7 +13,8 @@
13
},
14
"better-phpunit.commandSuffix": "--colors=auto",
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
+ // "phpunit.php": "php",
17
+ "phpunit.command": "sudo docker exec -t api", // Skip to select from running containers
18
"phpunit.paths": { // Map paths in remote environments.
19
"/workspace/docker-octane-vue/api": "/usr/src/api",
20
"/home/ubuntu/docker-octane-vue/api": "/usr/src/api"
0 commit comments