adamwathan / sublime-phpunit

Run individual unit test files directly from Sublime
280 stars 43 forks source link

Fish Setting Doesn't Work #38

Open MartinTale opened 6 years ago

MartinTale commented 6 years ago

Hi, I have fish installed but I get error below even with setting "php-sublime-shell": "fish" in settings.

cd /path/to/project/root && /path/to/project/root/vendor/phpunit/phpunit/phpunit /path/to/project/root/tests/Unit/ExampleTest.php
fish: Unsupported use of '&&'. In fish, please use 'COMMAND; and COMMAND'.
GeorgThomassen commented 6 years ago

I guess the readme is wrong. The file is looking for the setting phpunit-sublime-shell and not php-sublime-shell