gerardroche / sublime-phpunit

PHPUnit Sublime Text integration.
https://www.gerardroche.com
GNU General Public License v3.0
74 stars 11 forks source link

SSH support e.g. Laravel Homestead #118

Closed gerardroche closed 1 year ago

gerardroche commented 1 year ago

Maybe through confgurations something like:

{
    "phpunit.ssh": true,
    "phpunit.ssh.paths": {
        "/your/local/path": "/your/remote/path"
    },
    "phpunit.ssh.user": "user",
    "phpunit.ssh.host": "host",
    "phpunit.ssh.port": "22"
    "phpunit.ssh.binary": "putty -ssh"
}