Skip to content

Commit 48661a0

Browse files
author
“Danny
committed
debug phpunit
1 parent 3cf4144 commit 48661a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
},
1414
"better-phpunit.commandSuffix": "--colors=auto",
1515
"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
16+
// "phpunit.php": "php",
17+
"phpunit.command": "sudo docker exec -t api", // Skip to select from running containers
1718
"phpunit.paths": { // Map paths in remote environments.
1819
"/workspace/docker-octane-vue/api": "/usr/src/api",
1920
"/home/ubuntu/docker-octane-vue/api": "/usr/src/api"

0 commit comments

Comments
 (0)