sublime-phpunit
sublime-phpunit copied to clipboard
Ability to click on failed test and go to that line in the test file.
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.
Unfortunately, the ST2 console doesn't appear to support this. If someone wants to add support for
- writing test results to a tabbed buffer
- writing a parser for PHPUnit output
- automatically displaying the new output buffer alongside the code being tested
I'd happily accept a patch :)