gerardroche / sublime-phpunit

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

"Test Last" seems to be broken #89

Closed godbout closed 5 years ago

godbout commented 5 years ago

Since a day or two, the Test Last option doesn't work anymore.

The console shows

Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 1052, in run_ return self.run() File "/Users/guill/Library/Application Support/Sublime Text 3/Packages/PHPUnitKit/plugin.py", line 791, in run PHPUnit(self.window).run_last(options=kwargs) TypeError: run_last() got an unexpected keyword argument 'options'

Any more info needed?