Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aleksandertabor/4e0b00c682cea3209d30022382c1997c to your computer and use it in GitHub Desktop.
Save aleksandertabor/4e0b00c682cea3209d30022382c1997c to your computer and use it in GitHub Desktop.
Laravel Sail - tests with Visual Studio Code and Better PHPUnit plugin
{
/**
* Better PHPUnit
**/
//? Command in Sail like "sail test":
"better-phpunit.phpunitBinary": "test",
// "better-phpunit.phpunitBinary": "phpunit",
"better-phpunit.docker.enable": true,
"better-phpunit.docker.command": "./vendor/bin/sail",
"better-phpunit.docker.paths": {
//? Current directory
"/home/alexios/projects/test/laravel": "."
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment