Open TRPB opened 9 years ago
I'm loving this tool, thanks for the work!
I'm not sure if this is even possible with Sublime's console but the output from PHPUnit shows something like:
There was 1 error: 1) MySqlAdapterTest::testOptimiseTable Undefined property: Maphper\DataSource\MySqlAdapter::$table /home/tom/projects/maphper/datasource/mysqladapter.php:163 /home/tom/php/maphper/tests/MySqlAdapterTest.php:48 FAILURES!
Would it be possible to make the file names clickable? So you an click on the line
/home/tom/projects/maphper/datasource/mysqladapter.php:163
and have it open the file?
I'm loving this tool, thanks for the work!
I'm not sure if this is even possible with Sublime's console but the output from PHPUnit shows something like:
Would it be possible to make the file names clickable? So you an click on the line
and have it open the file?