stuartherbert / sublime-phpunit

PHPUnit Support for Sublime Text 2
https://github.com/stuartherbert/sublime-phpunit
Other
103 stars 20 forks source link

Ability to click on failed test and go to that line in the test file. #30

Open offsky opened 11 years ago

offsky commented 11 years ago

When a test fails, it prints the file and line number in the console. It would be great if we could click on that to take us straight there.

stuartherbert commented 9 years ago

Unfortunately, the ST2 console doesn't appear to support this. If someone wants to add support for

I'd happily accept a patch :)