Last active
September 19, 2022 18:12
-
-
Save aleksandertabor/4e0b00c682cea3209d30022382c1997c to your computer and use it in GitHub Desktop.
Laravel Sail - tests with Visual Studio Code and Better PHPUnit plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
/** | |
* 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